Skip to content

Commit

Permalink
fix: ignore Cypress folder
Browse files Browse the repository at this point in the history
This issue is solved here: [#981](#981)
  • Loading branch information
gminetoma committed Jan 27, 2025
1 parent 51c3150 commit ee1b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default withNuxt(
'@typescript-eslint': tseslint.plugin,
'@stylistic': stylistic
},
ignores: ['typeDefs/gqlTypes.ts', 'typesgeneratorconfig.ts', 'cypress/**/*'],
ignores: ['typeDefs/gqlTypes.ts', 'typesgeneratorconfig.ts', 'test/cypress/**/*'],
rules: {
...tseslint.configs.eslintRecommended.rules,
// TS specific rules
Expand Down

0 comments on commit ee1b281

Please sign in to comment.