2016-02-19 14:08:39 +00:00
|
|
|
{
|
2018-09-10 15:51:23 +00:00
|
|
|
"root": true,
|
2016-03-07 11:52:53 +00:00
|
|
|
"env": {
|
2016-07-12 15:12:38 +00:00
|
|
|
"node": true,
|
|
|
|
"es6": true
|
2016-03-07 11:52:53 +00:00
|
|
|
},
|
2016-02-19 14:08:39 +00:00
|
|
|
"rules": {
|
2016-07-18 09:02:47 +00:00
|
|
|
"no-console": 0,
|
2016-07-20 09:17:23 +00:00
|
|
|
"no-cond-assign": 0,
|
2016-09-05 10:04:50 +00:00
|
|
|
"no-unused-vars": 1,
|
|
|
|
"no-extra-semi": "warn",
|
|
|
|
"semi": "warn"
|
2016-07-12 15:12:38 +00:00
|
|
|
},
|
2017-11-14 14:52:10 +00:00
|
|
|
"extends": "eslint:recommended",
|
|
|
|
"parserOptions": {
|
|
|
|
"ecmaFeatures": {
|
|
|
|
"experimentalObjectRestSpread": true
|
|
|
|
}
|
|
|
|
}
|
2018-09-10 15:51:23 +00:00
|
|
|
}
|