0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

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'
]
};