Skip to content

Commit

Permalink
chore: eslint-config-prettier 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed May 10, 2024
1 parent 6e36f38 commit 2309ce9
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 128 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-redundant-type-constituents": "off",
"prettier/prettier": [
"error",
{
Expand All @@ -34,5 +35,5 @@ module.exports = {
],
},

ignorePatterns: [".eslintrc.cjs"],
ignorePatterns: [".eslintrc.cjs", "vite.config.ts"],
};
Loading

0 comments on commit 2309ce9

Please sign in to comment.