Skip to content

Commit

Permalink
chore: 린트 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kangju2000 committed Oct 17, 2023
1 parent 743932e commit c3d6efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"ignorePatterns": ["dist", "node_modules"],
"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-interface": "off",
"import/no-unresolved": "off",
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"semi": false,
"useTabs": false,
"tabWidth": 2,
"endOfLine": "auto",
Expand Down

0 comments on commit c3d6efb

Please sign in to comment.