Skip to content

Commit

Permalink
remove: rushstack eslint 규칙 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Dec 28, 2024
1 parent 367fb11 commit d2eeee3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 590 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"plugin:import/warnings",
"plugin:import/typescript",
"plugin:cypress/recommended",
"plugin:jsx-a11y/recommended",
"@rushstack/eslint-config"
"plugin:jsx-a11y/recommended"
],
"plugins": [
"react",
Expand All @@ -23,7 +22,9 @@
],
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
"sourceType": "module",
"project": "./jsconfig.json",
"createDefaultProgram": true
},
"settings": {
"react": {
Expand Down
Loading

0 comments on commit d2eeee3

Please sign in to comment.