
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
@perfective/eslint-config-angular
Advanced tools
@perfective/eslint-config-angular
provides
a shareable ESLint configuration
that is used for the development of 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 \
@angular-eslint/eslint-plugin \
@angular-eslint/eslint-plugin-template \
@angular-eslint/template-parser \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
eslint \
eslint-import-resolver-typescript \
eslint-plugin-deprecation \
eslint-plugin-eslint-comments \
eslint-plugin-import \
eslint-plugin-jest \
eslint-plugin-jest-dom \
eslint-plugin-jest-formatting \
eslint-plugin-node \
eslint-plugin-prefer-arrow \
eslint-plugin-promise \
eslint-plugin-rxjs \
eslint-plugin-rxjs-angular \
eslint-plugin-sonarjs \
eslint-plugin-unicorn \
tslint \
codelyzer
.eslintrc.js
or .eslintrc.json
.{
"extends": [
"@perfective/eslint-config-angular"
]
}
While the @angular-eslint/eslint-plugin
is
still in active development,
Codelyzer is used to increase the quality coverage.
It's based on the deprecated TSLint.
Add tslint.json
to the project root.
{
"extends": ["@perfective/eslint-config-angular/tslint"]
}
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 74 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
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.