14 lines
195 B
Plaintext
Raw Permalink Normal View History

2015-06-26 21:50:54 +04:30
{
"parser": "babel-eslint",
"extends": "airbnb/base",
"root": true,
2015-06-29 03:12:48 +04:30
"env": {
"node": true
2015-06-29 03:12:48 +04:30
},
2015-06-26 21:50:54 +04:30
"rules": {
"comma-dangle": 0,
"no-param-reassign": 0,
"no-console": 0
2015-06-26 21:50:54 +04:30
}
}