UNPKG

264 BJSONView Raw
1{
2 "extends": "airbnb-base",
3 "env": {
4 "browser": true
5 },
6 "plugins": [
7 "import"
8 ],
9 "rules": {
10 "no-underscore-dangle": 0,
11 "no-param-reassign": 0,
12 "consistent-return": 0,
13 "no-lonely-if": 0
14 }
15}
\No newline at end of file