Skip to content

Commit

Permalink
disable prefer-const lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 17, 2024
1 parent 01517a6 commit b8a9bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-resizable-panels/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default tseslint.config(
},
],
"no-restricted-imports": ["error", { paths: ["react"] }],
"prefer-const": "off",
},
}
);

0 comments on commit b8a9bcf

Please sign in to comment.