Remove trailing commas from .eslintrc.js files

- the upcoming eslint update flags errors for trailing commas, so this
  commits tidies that up
This commit is contained in:
Daniel Lockyer 2020-08-04 14:47:14 +01:00
parent a3a62baa5a
commit 3978858b83
20 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,7 +1,7 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
],
parserOptions: {
ecmaVersion: 2017

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,7 +1,7 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
],
parserOptions: {
ecmaVersion: 2017

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
'plugin:ghost/node'
]
};

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
'plugin:ghost/test'
]
};