Skip to content

Commit

Permalink
fix: make in-editor linting work in both JetBrains and VSCode (#14091)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErlingHauan authored Nov 18, 2024
1 parent 0aa6a45 commit 0ff6912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugins": ["jsx-a11y", "react", "react-hooks", "@typescript-eslint", "import"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./frontend/tsconfig.json"
"project": "./**/tsconfig.json"
},
"rules": {
"react/destructuring-assignment": "off",
Expand Down

0 comments on commit 0ff6912

Please sign in to comment.