UNPKG

677 BJSONView Raw
1{
2 "env": {
3 "browser": false,
4 "commonjs": false,
5 "es6": true,
6 "node": true,
7 "mocha": true
8 },
9 "parserOptions": {
10 "ecmaFeatures": {
11 "jsx": true
12 },
13 "sourceType": "module"
14 },
15 "rules": {
16 "no-const-assign": "warn",
17 "no-this-before-super": "warn",
18 "no-undef": "warn",
19 "no-unreachable": "warn",
20 "no-unused-vars": "warn",
21 "constructor-super": "warn",
22 "valid-typeof": "warn",
23 "no-console": "off",
24 "no-restricted-syntax": "off",
25 "comma-dangle": "off",
26 "strict": "off"
27 },
28 "extends": "airbnb-base"
29}
\No newline at end of file