Skip to content

Commit

Permalink
Remove react-refresh related rules and plugins from .eslintrc.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jan 30, 2025
1 parent 055c6c8 commit 40481f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,9 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
"prefer-const": ["error", {
"destructuring": "all",
"ignoreReadBeforeAssign": true
Expand Down

0 comments on commit 40481f6

Please sign in to comment.