Skip to content

Commit

Permalink
Remove unused rule
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkaygusuz committed May 22, 2024
1 parent e7b0d32 commit e8029e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const compat = new FlatCompat();
export default [
...compat.config({
extends: ['plugin:cypress/recommended'],
ignorePatterns: ['node_modules'],
rules: {
'@typescript-eslint/no-explicit-any': 'off'
}
ignorePatterns: ['node_modules']
})
];

0 comments on commit e8029e9

Please sign in to comment.