22 lines
449 B
JSON
22 lines
449 B
JSON
|
|
{
|
||
|
|
"env": {
|
||
|
|
"browser": true,
|
||
|
|
"es2021": true
|
||
|
|
},
|
||
|
|
"globals": {
|
||
|
|
"lt": "readonly",
|
||
|
|
"GANDALF_CONFIG": "readonly",
|
||
|
|
"CSS": "readonly"
|
||
|
|
},
|
||
|
|
"rules": {
|
||
|
|
"no-undef": "error",
|
||
|
|
"no-unused-vars": ["warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }],
|
||
|
|
"no-console": "off",
|
||
|
|
"eqeqeq": ["error", "always", { "null": "ignore" }]
|
||
|
|
},
|
||
|
|
"parserOptions": {
|
||
|
|
"ecmaVersion": 2021,
|
||
|
|
"sourceType": "script"
|
||
|
|
}
|
||
|
|
}
|