UNPKG

498 BJSONView Raw
1{
2 "env": {
3 "browser": true,
4 "commonjs": true,
5 "es6": true
6 },
7 "extends": [
8 "plugin:@typescript-eslint/recommended"
9 ],
10 "globals": {
11 "Atomics": "readonly",
12 "SharedArrayBuffer": "readonly"
13 },
14 "parser": "@typescript-eslint/parser",
15 "plugins": ["@typescript-eslint"],
16 "rules": {
17 "standard/no-callback-literal": 0,
18 "@typescript-eslint/no-var-requires": 0,
19 "@typescript-eslint/ban-types": 0
20 }
21}
\No newline at end of file