Skip to content

Commit

Permalink
HOTFIX: EsLint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Nov 18, 2024
1 parent 5375029 commit b30b7e9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 34 deletions.
12 changes: 4 additions & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"react-hooks",
"jsx-a11y",
"import",
"prettier",
"simple-import-sort"
"prettier"
],
"settings": {
"import/resolver": {
Expand All @@ -51,7 +50,8 @@
"error",
{
"endOfLine": "auto",
"singleQuote": true
"singleQuote": true,
"importOrder": "off"
}
],
"react/react-in-jsx-scope": "off",
Expand All @@ -62,10 +62,6 @@
"prefer-arrow-callback": "off",
"max-len": "off",
"no-mixed-operators": "off",
"no-multiple-empty-lines": "off",

// Import sorting rules
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error"
"no-multiple-empty-lines": "off"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^2.8.8",
"puppeteer": "^23.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
Expand Down
36 changes: 12 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b30b7e9

Please sign in to comment.