Skip to content

Commit

Permalink
chore: ESLINT 필요없는 규칙 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed May 10, 2024
1 parent f89c075 commit a2b2623
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ module.exports = {
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:react-hooks/recommended",
"plugin:@tanstack/eslint-plugin-query/recommended",
"plugin:prettier/recommended",
"plugin:storybook/recommended",
],
parser: "@typescript-eslint/parser",
parserOptions: {
Expand All @@ -36,5 +34,5 @@ module.exports = {
],
},

ignorePatterns: ["server.js", ".eslintrc.cjs", "ssr.js"],
ignorePatterns: [".eslintrc.cjs"],
};

0 comments on commit a2b2623

Please sign in to comment.