diff --git a/ghost/magic-link/.eslintrc.js b/ghost/magic-link/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/magic-link/.eslintrc.js +++ b/ghost/magic-link/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/magic-link/test/.eslintrc.js b/ghost/magic-link/test/.eslintrc.js index c7a4abf9ec..78ff0c719d 100644 --- a/ghost/magic-link/test/.eslintrc.js +++ b/ghost/magic-link/test/.eslintrc.js @@ -4,6 +4,6 @@ module.exports = { }, plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/members-api/.eslintrc.js b/ghost/members-api/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/members-api/.eslintrc.js +++ b/ghost/members-api/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/members-api/test/.eslintrc.js b/ghost/members-api/test/.eslintrc.js index 117191cf6d..fe3f491f29 100644 --- a/ghost/members-api/test/.eslintrc.js +++ b/ghost/members-api/test/.eslintrc.js @@ -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: { diff --git a/ghost/members-csv/.eslintrc.js b/ghost/members-csv/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/members-csv/.eslintrc.js +++ b/ghost/members-csv/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/members-csv/test/.eslintrc.js b/ghost/members-csv/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/members-csv/test/.eslintrc.js +++ b/ghost/members-csv/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] }; diff --git a/ghost/members-ssr/.eslintrc.js b/ghost/members-ssr/.eslintrc.js index 6a5eab530d..c9c1bcb522 100644 --- a/ghost/members-ssr/.eslintrc.js +++ b/ghost/members-ssr/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/node', + 'plugin:ghost/node' ] }; diff --git a/ghost/members-ssr/test/.eslintrc.js b/ghost/members-ssr/test/.eslintrc.js index edb3308632..829b601eb0 100644 --- a/ghost/members-ssr/test/.eslintrc.js +++ b/ghost/members-ssr/test/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { plugins: ['ghost'], extends: [ - 'plugin:ghost/test', + 'plugin:ghost/test' ] };