Skip to content

Commit

Permalink
fix: eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Dec 4, 2023
1 parent 2ce2b34 commit a39284c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended"
],
"plugins": ["react", "eslint-plugin-prettier"],
"plugins": ["react", "prettier"],
"rules": {
"semi": "error",
"no-multiple-empty-lines": "error",
Expand All @@ -27,6 +27,7 @@
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/no-explicit-any": "warn",
"prettier/prettier": "error",
"react/prop-types": "off",
"react/react-in-jsx-scope": "off"
},
Expand Down

0 comments on commit a39284c

Please sign in to comment.