-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): improve ESLint and TypeScript config
Update the ESLint configuration to include the ES2022 environment and add support for *.tsx files. Integrate React plugin and adjust parser options to handle JSX and include a project reference to tsconfig.json. Relax TypeScript rules for explicit function return types and any usage. Additionally, refactor the BeSelect component to use a more specific props interface and clean up the usage of Radix UI components.
- Loading branch information
Showing
2 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters