From 6083e4825f0fcca217140d561b41780520d35c7f Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Wed, 14 Jul 2021 09:57:01 +0100 Subject: [PATCH] Removed trailing commas from .eslintrc.js refs https://github.com/TryGhost/Team/issues/879 --- ghost/magic-link/.eslintrc.js | 2 +- ghost/magic-link/test/.eslintrc.js | 2 +- ghost/members-api/.eslintrc.js | 2 +- ghost/members-api/test/.eslintrc.js | 2 +- ghost/members-csv/.eslintrc.js | 2 +- ghost/members-csv/test/.eslintrc.js | 2 +- ghost/members-ssr/.eslintrc.js | 2 +- ghost/members-ssr/test/.eslintrc.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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' ] };