Ghost/ghost/session-service/test/.eslintrc.js
Daniel Lockyer 3978858b83 Remove trailing commas from .eslintrc.js files
- the upcoming eslint update flags errors for trailing commas, so this
  commits tidies that up
2020-08-04 14:48:07 +01:00

10 lines
149 B
JavaScript

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