-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(eslint-config-bananass-react): create eslint-config-bananass-react
package
#70
Conversation
Labels have been automatically applied based on the conventional commit types.🏷️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #70 +/- ##
=======================================
Coverage 98.33% 98.33%
=======================================
Files 15 15
Lines 3367 3367
=======================================
Hits 3311 3311
Misses 56 56 Continue to review full report in Codecov by Sentry.
|
…m/lumirlumir/npm-bananass into feat-eslint-config-bananass-react
…ommended` config
This pull request introduces a new ESLint configuration package specifically for React, named
eslint-config-bananass-react
. The changes include adding the new package, updating dependencies, and configuring the necessary rules and plugins for React.Key changes include:
New ESLint Configuration Package for React:
eslint-config-bananass-react
package with its ownpackage.json
file, including metadata, dependencies, and scripts.recommended.js
configuration file to extend the basebananass
configuration with React-specific rules and plugins.index.js
as the entry point for theeslint-config-bananass-react
package.React-Specific Rules:
eslint-plugin-react-compiler
inreact-compiler.js
.eslint-plugin-react-hooks
inreact-hooks.js
.Dependency Updates:
eslint.config.js
andpackage.json
to use the neweslint-config-bananass-react
package. [1] [2]