Skip to content

Commit

Permalink
Update eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
acrantel committed Jun 28, 2023
1 parent 0d02e21 commit f16eb5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend2/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
"plugin:react/recommended",
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"prettier",
],
ignorePatterns: [
Expand All @@ -27,6 +28,7 @@ module.exports = {
plugins: ["react"],
rules: {
indent: ["error", 2],
semi: "error", // require semicolons ending statements
},
settings: {
react: {
Expand Down

0 comments on commit f16eb5f

Please sign in to comment.