mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Removed trailing commas from .eslintrc.js
refs https://github.com/TryGhost/Team/issues/879
This commit is contained in:
parent
8af799bdc9
commit
6083e4825f
8 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/node',
|
||||
'plugin:ghost/node'
|
||||
]
|
||||
};
|
||||
|
|
|
@ -4,6 +4,6 @@ module.exports = {
|
|||
},
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/test',
|
||||
'plugin:ghost/test'
|
||||
]
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/node',
|
||||
'plugin:ghost/node'
|
||||
]
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/test',
|
||||
'plugin:ghost/test'
|
||||
],
|
||||
// TODO: why is this needed for async/await? Check eslint-plugin-ghost
|
||||
parserOptions: {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/node',
|
||||
'plugin:ghost/node'
|
||||
]
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/test',
|
||||
'plugin:ghost/test'
|
||||
]
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/node',
|
||||
'plugin:ghost/node'
|
||||
]
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/test',
|
||||
'plugin:ghost/test'
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue