Removed trailing commas from .eslintrc.js
refs https://github.com/TryGhost/Team/issues/879
This commit is contained in:
parent
8af799bdc9
commit
6083e4825f
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['ghost'],
|
plugins: ['ghost'],
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:ghost/node',
|
'plugin:ghost/node'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -4,6 +4,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: ['ghost'],
|
plugins: ['ghost'],
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:ghost/test',
|
'plugin:ghost/test'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['ghost'],
|
plugins: ['ghost'],
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:ghost/node',
|
'plugin:ghost/node'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['ghost'],
|
plugins: ['ghost'],
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:ghost/test',
|
'plugin:ghost/test'
|
||||||
],
|
],
|
||||||
// TODO: why is this needed for async/await? Check eslint-plugin-ghost
|
// TODO: why is this needed for async/await? Check eslint-plugin-ghost
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['ghost'],
|
plugins: ['ghost'],
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:ghost/node',
|
'plugin:ghost/node'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['ghost'],
|
plugins: ['ghost'],
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:ghost/test',
|
'plugin:ghost/test'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['ghost'],
|
plugins: ['ghost'],
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:ghost/node',
|
'plugin:ghost/node'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['ghost'],
|
plugins: ['ghost'],
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:ghost/test',
|
'plugin:ghost/test'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user