pimi-launcher-core/.eslintrc.json

19 lines
294 B
JSON
Raw Permalink Normal View History

2020-05-29 05:39:13 +03:00
{
2023-06-18 15:07:15 +03:00
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"camelcase": "off",
"no-template-curly-in-string": "off"
}
}