Skip to content

Commit

Permalink
Revert "Bump @typescript-eslint/eslint-plugin from 7.16.1 to 8.6.0 (#287
Browse files Browse the repository at this point in the history
)"

This reverts commit 4a18080.
  • Loading branch information
rmanaem committed Sep 23, 2024
1 parent 4a18080 commit 7ec84ea
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 181 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'plugin:cypress/recommended',
'airbnb',
'airbnb/hooks',
'@kesills/airbnb-typescript',
'airbnb-typescript',
'prettier',
],
ignorePatterns: ['dist', '.eslintrc.cjs', 'component.ts'],
Expand All @@ -21,7 +21,5 @@ module.exports = {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'react/react-in-jsx-scope': 'off',
'tsdoc/syntax': 'warn',
'@stylistic/indent': 'off',
'@stylistic/comma-dangle': 'off',
},
};
Loading

0 comments on commit 7ec84ea

Please sign in to comment.