Skip to content

Commit

Permalink
(fix) remove eslint plugin prettier from eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiRishi committed Jan 17, 2024
1 parent 955c845 commit 5de375a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ module.exports = {
},
},
},
plugins: ["@typescript-eslint", "prettier"],
ignorePatterns: [".eslintrc.json"],
plugins: ["@typescript-eslint"],
rules: {
"@typescript-eslint/no-unused-vars": [
"error",
Expand Down

0 comments on commit 5de375a

Please sign in to comment.