Skip to content

Commit

Permalink
FIX: ๐Ÿ› eslint, prettier ์ž‘์—…๊ณต๊ฐ„ ์„ธํŒ… ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
hoongding committed Sep 14, 2024
1 parent e3c9723 commit ba6fbbb
Show file tree
Hide file tree
Showing 4 changed files with 9,112 additions and 7,302 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"react/no-unknown-property": "off",
"react-hooks/rules-of-hooks": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unused-vars": "error",
"padding-line-between-statements": [
"error",
{ "blankLine": "always", "prev": ["const", "let", "var"], "next": "*" },
Expand Down
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
},
"editor.quickSuggestions": {
"strings": true
}
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^5.29.2",
"@use-gesture/react": "^10.3.1",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
Expand Down
Loading

0 comments on commit ba6fbbb

Please sign in to comment.