2018-01-01 09:27:59 +00:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"es6": true,
|
|
|
|
"node": true
|
2018-01-02 10:10:32 +00:00
|
|
|
},
|
2018-02-08 06:46:38 +00:00
|
|
|
|
2018-01-02 10:10:32 +00:00
|
|
|
"parserOptions": {
|
2018-01-30 12:03:04 +00:00
|
|
|
"ecmaVersion": 2017,
|
|
|
|
"sourceType": "module"
|
2018-02-08 06:46:38 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"globals": {
|
|
|
|
"document": false,
|
|
|
|
"escape": false,
|
|
|
|
"navigator": false,
|
|
|
|
"unescape": false,
|
|
|
|
"window": false,
|
|
|
|
"describe": true,
|
|
|
|
"before": true,
|
2018-02-08 09:38:47 +00:00
|
|
|
"after": true,
|
2018-02-21 09:38:56 +00:00
|
|
|
"it": true,
|
|
|
|
"io": true
|
2018-02-08 06:46:38 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"rules": {
|
|
|
|
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
|
|
|
|
"no-trailing-spaces": 2,
|
|
|
|
"no-undef": 2,
|
|
|
|
"no-undef-init": 2
|
2018-01-01 12:17:51 +00:00
|
|
|
}
|
2018-01-01 09:27:59 +00:00
|
|
|
}
|