
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
@perfective/eslint-config-angular
Advanced tools
@perfective/eslint-config-angular provides
a shareable ESLint configuration
for Angular development.
@perfective/eslint-config-angular adds the following ESLint plugins to the
@perfective/eslint-config configuration:
To simplify configuring ESLint support in the IDEs and editors, the severity of all fixable rules is a warning. It allows distinguishing errors that have to be fixed manually from issues that will be fixed automatically.
Require @perfective/eslint-config-angular and its peer dependencies as dev dependencies:
npm install --save-dev @perfective/eslint-config-angular
Required peer dependencies are installed automatically.
Import perfectiveEslintAngularConfig to eslint.config.js:
import { perfectiveEslintAngularConfig } from '@perfective/eslint-config-angular';
export default perfectiveEslintAngularConfig();
Optional Install optional peer dependencies to add tool-specific linting rules.
npm install --save-dev \
eslint-plugin-cypress \
eslint-plugin-jest \
eslint-plugin-jest-dom \
eslint-plugin-testing-library
Import configurations to eslint.config.js.
import { perfectiveEslintAngularConfig } from '@perfective/eslint-config-angular';
// Optional dependencies.
import { cypressConfig } from '@perfective/eslint-config/cypress';
import { jestConfig, jestTypescriptConfig } from '@perfective/eslint-config/jest';
import { jestDomConfig } from '@perfective/eslint-config/jest-dom';
import { testingLibraryConfig } from '@perfective/eslint-config/testing-library';
export default perfectiveEslintAngularConfig([
cypressConfig,
jestConfig,
jestTypescriptConfig,
jestDomConfig,
testingLibraryConfig,
]);
Note:
*.d.tsfiles anddistdirectories are ignored by the configuration.node_modulesand dot-files are ignored by theeslint. If more directories or file types need to be ignored, see the.eslintignorefile docs.
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 124 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 1 open source maintainer 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.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.