Skip to content

Commit

Permalink
#36802 remove graphql eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mbe1987 committed Jul 9, 2024
1 parent 2bfc7b3 commit a8a22a8
Show file tree
Hide file tree
Showing 3 changed files with 1,873 additions and 2,053 deletions.
11 changes: 0 additions & 11 deletions dhl-commercetools-custom-application/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,4 @@ process.env.ENABLE_NEW_JSX_TRANSFORM = 'true';
*/
module.exports = {
extends: ['@commercetools-frontend/eslint-config-mc-app'],
plugins: ['@graphql-eslint'],
overrides: [
{
files: ['**/*.ctp.graphql'],
parser: '@graphql-eslint/eslint-plugin',
plugins: ['@graphql-eslint'],
rules: {
'@graphql-eslint/known-type-names': 'error',
},
},
],
};
1 change: 0 additions & 1 deletion dhl-commercetools-custom-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"@commercetools/sync-actions": "^5.14.0",
"@emotion/react": "^11.11.1",
"@formatjs/cli": "6.1.1",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@jest/types": "29.5.0",
"@manypkg/cli": "0.21.4",
"@testing-library/dom": "^9.3.1",
Expand Down
Loading

0 comments on commit a8a22a8

Please sign in to comment.