![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.
@perfective/eslint-config-angular
Advanced tools
@perfective/eslint-config-angular
provides
a shareable ESLint configuration
for developing the @perfective
Angular packages.
This package is based on the
@perfective/eslint-config
package.
@perfective/eslint-config-angular
uses the following ESLint plugins:
@perfective/eslint-config-angular
and its peer dependencies as dev dependencies:npm install --save-dev \
@perfective/eslint-config-angular \
@babel/eslint-parser \
@angular-eslint/eslint-plugin \
@angular-eslint/eslint-plugin-template \
@angular-eslint/template-parser \
@typescript-eslint/eslint-plugin \
@typescript-eslint/eslint-plugin-tslint \
@typescript-eslint/parser \
eslint \
eslint-import-resolver-typescript \
eslint-plugin-array-func \
eslint-plugin-cypress \
eslint-plugin-deprecation \
eslint-plugin-eslint-comments \
eslint-plugin-import \
eslint-plugin-jest \
eslint-plugin-jest-dom \
eslint-plugin-jest-formatting \
eslint-plugin-jsdoc \
eslint-plugin-node \
eslint-plugin-prefer-arrow \
eslint-plugin-promise \
eslint-plugin-rxjs \
eslint-plugin-rxjs-angular \
eslint-plugin-simple-import-sort \
eslint-plugin-sonarjs \
eslint-plugin-testing-library \
eslint-plugin-unicorn \
tslint
.eslintrc.js
or .eslintrc.json
.module.exports = {
extends: ['@perfective/eslint-config-angular'],
};
.eslintrc.html.js
to lint Angular templates.module.exports = {
extends: ['@perfective/eslint-config-angular/template'],
};
Run eslint --config .eslintrc.html.js --no-eslintrc .
to lint Angular templates.
Read the full documentation in the repository.
FAQs
ESLint shareable rules configuration for Angular
The npm package @perfective/eslint-config-angular receives a total of 3 weekly downloads. As such, @perfective/eslint-config-angular popularity was classified as not popular.
We found that @perfective/eslint-config-angular 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.