2015-07-09 23:01:43 +01:00
|
|
|
{
|
2015-08-23 22:12:32 +01:00
|
|
|
"extends": "airbnb/base",
|
2015-07-09 23:01:43 +01:00
|
|
|
"ecmaFeatures": {
|
2016-06-02 21:06:52 +01:00
|
|
|
"modules": true
|
2015-07-09 23:01:43 +01:00
|
|
|
},
|
|
|
|
"env": {
|
|
|
|
"node": true,
|
|
|
|
"es6": true
|
|
|
|
},
|
|
|
|
"rules": {
|
|
|
|
"quotes": [2, "single"],
|
2015-08-23 22:12:32 +01:00
|
|
|
"no-underscore-dangle": [0],
|
2015-07-09 23:01:43 +01:00
|
|
|
}
|
|
|
|
}
|