From 3978858b83dc672b264ca11c8d6c097be1785306 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 4 Aug 2020 14:47:14 +0100 Subject: [PATCH] Remove trailing commas from .eslintrc.js files - the upcoming eslint update flags errors for trailing commas, so this commits tidies that up --- ghost/adapter-manager/.eslintrc.js | 2 +- ghost/adapter-manager/test/.eslintrc.js | 2 +- ghost/errors/.eslintrc.js | 2 +- ghost/errors/test/.eslintrc.js | 2 +- ghost/image-transform/.eslintrc.js | 2 +- ghost/image-transform/test/.eslintrc.js | 2 +- ghost/moleculer-service-from-class/.eslintrc.js | 2 +- ghost/moleculer-service-from-class/test/.eslintrc.js | 2 +- ghost/mw-session-from-token/.eslintrc.js | 2 +- ghost/mw-session-from-token/test/.eslintrc.js | 2 +- ghost/pretty-cli/.eslintrc.js | 2 +- ghost/pretty-cli/test/.eslintrc.js | 2 +- ghost/release-utils/.eslintrc.js | 2 +- ghost/release-utils/test/.eslintrc.js | 2 +- ghost/session-service/.eslintrc.js | 2 +- ghost/session-service/test/.eslintrc.js | 2 +- ghost/vhost-middleware/.eslintrc.js | 2 +- ghost/vhost-middleware/test/.eslintrc.js | 2 +- ghost/zip/.eslintrc.js | 2 +- ghost/zip/test/.eslintrc.js | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/ghost/adapter-manager/.eslintrc.js b/ghost/adapter-manager/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/adapter-manager/.eslintrc.js +++ b/ghost/adapter-manager/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/adapter-manager/test/.eslintrc.js b/ghost/adapter-manager/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/adapter-manager/test/.eslintrc.js +++ b/ghost/adapter-manager/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/errors/.eslintrc.js b/ghost/errors/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/errors/.eslintrc.js +++ b/ghost/errors/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/errors/test/.eslintrc.js b/ghost/errors/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/errors/test/.eslintrc.js +++ b/ghost/errors/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/image-transform/.eslintrc.js b/ghost/image-transform/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/image-transform/.eslintrc.js +++ b/ghost/image-transform/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/image-transform/test/.eslintrc.js b/ghost/image-transform/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/image-transform/test/.eslintrc.js +++ b/ghost/image-transform/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/moleculer-service-from-class/.eslintrc.js b/ghost/moleculer-service-from-class/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/moleculer-service-from-class/.eslintrc.js +++ b/ghost/moleculer-service-from-class/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/moleculer-service-from-class/test/.eslintrc.js b/ghost/moleculer-service-from-class/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/moleculer-service-from-class/test/.eslintrc.js +++ b/ghost/moleculer-service-from-class/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/mw-session-from-token/.eslintrc.js b/ghost/mw-session-from-token/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/mw-session-from-token/.eslintrc.js +++ b/ghost/mw-session-from-token/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/mw-session-from-token/test/.eslintrc.js b/ghost/mw-session-from-token/test/.eslintrc.js index 7e76c1a010..d67fb94431 100644 --- a/ghost/mw-session-from-token/test/.eslintrc.js +++ b/ghost/mw-session-from-token/test/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ], parserOptions: { ecmaVersion: 2017 diff --git a/ghost/pretty-cli/.eslintrc.js b/ghost/pretty-cli/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/pretty-cli/.eslintrc.js +++ b/ghost/pretty-cli/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/pretty-cli/test/.eslintrc.js b/ghost/pretty-cli/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/pretty-cli/test/.eslintrc.js +++ b/ghost/pretty-cli/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/release-utils/.eslintrc.js b/ghost/release-utils/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/release-utils/.eslintrc.js +++ b/ghost/release-utils/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/release-utils/test/.eslintrc.js b/ghost/release-utils/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/release-utils/test/.eslintrc.js +++ b/ghost/release-utils/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/session-service/.eslintrc.js b/ghost/session-service/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/session-service/.eslintrc.js +++ b/ghost/session-service/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/session-service/test/.eslintrc.js b/ghost/session-service/test/.eslintrc.js index 7e76c1a010..d67fb94431 100644 --- a/ghost/session-service/test/.eslintrc.js +++ b/ghost/session-service/test/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ], parserOptions: { ecmaVersion: 2017 diff --git a/ghost/vhost-middleware/.eslintrc.js b/ghost/vhost-middleware/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/vhost-middleware/.eslintrc.js +++ b/ghost/vhost-middleware/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/vhost-middleware/test/.eslintrc.js b/ghost/vhost-middleware/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/vhost-middleware/test/.eslintrc.js +++ b/ghost/vhost-middleware/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/zip/.eslintrc.js b/ghost/zip/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/zip/.eslintrc.js +++ b/ghost/zip/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/zip/test/.eslintrc.js b/ghost/zip/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/zip/test/.eslintrc.js +++ b/ghost/zip/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] };