Skip to content

Commit

Permalink
Fixed ESLint config linkage to TSConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Aug 27, 2023
1 parent 4904c7a commit 78df837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-resizable-panels/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ignorePatterns": [".parcel-cache", "dist", "node_modules"],
"parser": "@typescript-eslint/parser",
"parserOptions": { "project": ["tsconfig.json"] },
"parserOptions": { "project": ["../../tsconfig.json"] },
"plugins": ["@typescript-eslint", "no-restricted-imports", "react-hooks"],
"root": true,
"rules": {
Expand Down

0 comments on commit 78df837

Please sign in to comment.