Ghost/ghost/substack-ghost-csv-converter/test/.eslintrc.js
Naz Gargol d0f8cd9e78 Added Substack to Ghost CSV converter package (#121)
refs https://github.com/TryGhost/Ghost/pull/11539

- The script helps to migrate CSV exports from Substack to Ghost-compatible ones
2020-02-04 14:03:29 +08:00

10 lines
155 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
],
"parserOptions": {
"ecmaVersion": 2017
},
};