Skip to content

Commit

Permalink
fix: prettier extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sajalshlan committed Dec 4, 2023
1 parent 38e3089 commit 54714f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"extends": [
"plugin:react/recommended",
"airbnb",
"plugin:@typescript-eslint/recommended"
"plugin:@typescript-eslint/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand All @@ -16,7 +17,7 @@
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": ["react", "@typescript-eslint", "react-hooks"],
"plugins": ["react", "@typescript-eslint", "react-hooks", "jsx-a11y"],
"rules": {
"no-use-before-define": "off",
"camelcase": "off",
Expand Down

0 comments on commit 54714f3

Please sign in to comment.