3978858b83
- the upcoming eslint update flags errors for trailing commas, so this commits tidies that up
10 lines
149 B
JavaScript
10 lines
149 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/test'
|
|
],
|
|
parserOptions: {
|
|
ecmaVersion: 2017
|
|
}
|
|
};
|