Skip to content

Commit

Permalink
Try to delete eslint parserOptions prop to see if it fixes lint:js er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
Adamik10 committed Jan 7, 2025
1 parent 80e3917 commit 37c1d1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ module.exports = [
// JS/JSX-specific rules
{
files: ["*.js", "*.jsx"],
parserOptions: {
"project": null
},
rules: {
// These rules were triggered on the former non-TypeScript codebase.
// We are planning to use only ts/tsx in the future.
Expand Down

0 comments on commit 37c1d1f

Please sign in to comment.