12 lines
No EOL
163 B
JSON
Executable file
12 lines
No EOL
163 B
JSON
Executable file
{
|
|
"extends": "../.eslintrc.json",
|
|
"parserOptions": {
|
|
"ecmaVersion": 5
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"no-global-assign": 1
|
|
}
|
|
} |