Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jimniels committed Jan 8, 2025
1 parent 4be0a51 commit 76cd728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quadratic-client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": ["react-app", "react-app/jest"],
"rules": {
"no-unused-vars": "off",
"react/jsx-no-target-blank": "off",
"@typescript-eslint/no-unused-vars": "error"
},
"ignorePatterns": ["node_modules/*", "src/quadratic-core/*", "src/quadratic-rust-client/*"]
Expand Down

0 comments on commit 76cd728

Please sign in to comment.