UNPKG

487 BJSONView Raw
1{
2 "env": {
3 "browser": true,
4 "commonjs": true,
5 "es6": true
6 },
7 "extends": "standard",
8 "globals": {
9 "Atomics": "readonly",
10 "SharedArrayBuffer": "readonly"
11 },
12 "parserOptions": {
13 "ecmaVersion": 2018
14 },
15 "rules": {
16 "no-useless-constructor": [
17 "off", "always"
18 ],
19 "standard/no-callback-literal": [
20 "off", "always"
21 ],
22 "node/no-deprecated-api": [
23 "off", "always"
24 ],
25 "no-eval": [
26 "off", "always"
27 ]
28 }
29}
\No newline at end of file