mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
efd1587ee9
refs #9834 - @TODO: the test env eslint needs to use the plugin, not part of this PR
12 lines
157 B
JSON
12 lines
157 B
JSON
{
|
|
"env": {
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"plugins": [
|
|
"ghost"
|
|
],
|
|
"extends": [
|
|
"plugin:ghost/node"
|
|
]
|
|
}
|