efd1587ee9
refs #9834 - @TODO: the test env eslint needs to use the plugin, not part of this PR
13 lines
157 B
JSON
13 lines
157 B
JSON
{
|
|
"env": {
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"plugins": [
|
|
"ghost"
|
|
],
|
|
"extends": [
|
|
"plugin:ghost/node"
|
|
]
|
|
}
|