Skip to content

Commit

Permalink
chore: Simplify linting (#1260)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Smedinga <[email protected]>
  • Loading branch information
alimpens and VincentSmedinga authored Jun 14, 2024
1 parent 497a64b commit 4b55ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@
"plugins": ["@typescript-eslint", "import", "jest"]
},
{
"extends": ["plugin:react/recommended", "eslint-config-prettier", "./.eslintrc.ts.json"],
"extends": [
"plugin:react/recommended",
"eslint-config-prettier",
"./.eslintrc.ts.json",
"./.eslintrc.react.json"
],
"files": ["*.ts", "*.tsx"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down
8 changes: 0 additions & 8 deletions packages/react/.eslintrc.json

This file was deleted.

0 comments on commit 4b55ff5

Please sign in to comment.