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