2016-12-05 17:25:20 -05:00
|
|
|
{
|
|
|
|
"root": true,
|
|
|
|
|
|
|
|
"parserOptions": {
|
2017-07-23 20:27:34 -04:00
|
|
|
"ecmaVersion": 8,
|
2017-12-31 19:16:05 -05:00
|
|
|
"sourceType": "module",
|
|
|
|
"ecmaFeatures": {
|
|
|
|
"experimentalObjectRestSpread": true
|
|
|
|
}
|
2016-12-05 17:25:20 -05:00
|
|
|
},
|
|
|
|
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"rules": {
|
2017-02-09 21:56:36 -05:00
|
|
|
"space-infix-ops": "error",
|
|
|
|
"space-unary-ops": ["error", {
|
|
|
|
"words": true,
|
|
|
|
"nonwords": false,
|
|
|
|
"overrides": {
|
|
|
|
"!": true,
|
|
|
|
"!!": true
|
|
|
|
}
|
|
|
|
}]
|
2016-12-05 17:25:20 -05:00
|
|
|
}
|
|
|
|
}
|