![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@zanix/eslint-config
Advanced tools
Zanix Framework ESLint Config is a shareable ESLint configuration package designed for Zanix Framework projects. It provides a set of ESLint rules and configurations to ensure consistent code style and quality across Zanix Framework applications.
This package includes the following features:
To install the Zanix Framework ESLint Config package, use npm or yarn:
npm install --save-dev @zanix/eslint-config
or
yarn add --dev @zanix/eslint-config
To use the Zanix Framework ESLint Config in your project, create an eslint.config.(js|cjs|mjs)
file in the root directory of your project and extend the Zanix Framework ESLint Config:
{
"extends": "@zanix/eslint-config"
}
You can customize the configuration by extending the base configuration and adding or overriding rules specific to your project.
For TypeScript projects, you can extend the TypeScript configuration:
{
"extends": "@zanix"
}
prettier.js
: Create a .prettierrc
file in the root of your project with the following content to use the opinionated code formatting rules defined by Zanix Framework.
"@zanix/eslint-config/prettier"
For more information on how to use the templates and get started with ZANIX configuration, please refer to the documentation or to the changelog.
Contributions are welcome! If you have suggestions, bug reports, or feature requests, please open an issue on the GitHub repository. Pull requests are also appreciated.
Zanix Framework ESLint Config is licensed under the MIT License.
Zanix Framework ESLint Config is maintained and sponsored by Zanix Framework.
We would like to express our gratitude to the developers of ESLint and all the contributors who have made their plugins and configurations available. Their work has been instrumental in the development of this ESLint configuration.
FAQs
ZanixJS Eslint Config
We found that @zanix/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.