2017-11-01 16:44:54 +03:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"es6": true,
|
|
|
|
"node": true
|
|
|
|
},
|
2018-09-17 21:49:30 +03:00
|
|
|
"plugins": [
|
|
|
|
"ghost"
|
|
|
|
],
|
|
|
|
"extends": [
|
|
|
|
"plugin:ghost/node"
|
2020-04-29 18:44:27 +03:00
|
|
|
],
|
|
|
|
"rules": {
|
2020-10-27 01:27:37 +03:00
|
|
|
// TODO: remove this rule once it's turned into "error" in the base plugin
|
|
|
|
"no-shadow": "error",
|
2020-04-29 18:44:27 +03:00
|
|
|
"no-var": "error",
|
|
|
|
"one-var": [2, "never"]
|
|
|
|
}
|
2017-11-01 16:44:54 +03:00
|
|
|
}
|