UNPKG

414 BPlain TextView Raw
1{
2 "extends": [
3 "egg"
4 ],
5 "globals": {
6 "$": true,
7 "DataSet": true,
8 "G2": true,
9 "d3": true,
10 "_": true
11 },
12 "parser": "babel-eslint",
13 "parserOptions": {
14 "sourceType": "module"
15 },
16 "plugins": [
17 ],
18 "rules": {
19 "no-bitwise": [
20 0
21 ],
22 "experimentalDecorators": [
23 0
24 ],
25 "comma-dangle": [
26 "error",
27 "never"
28 ],
29 "no-console": 0
30 }
31}