UNPKG

247 BPlain TextView Raw
1{
2 "parser": "babel-eslint",
3 "extends": [
4 "gitbook"
5 ],
6 "rules": {
7 "no-param-reassign": 1,
8 "import/no-commonjs": 2
9 },
10 "plugins": [
11 "flowtype"
12 ],
13 "env": {
14 "mocha": true
15 },
16}