
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
@betsys-eslint/eslint-config-angular-template
Advanced tools
ESLint configuration used across the company for templates in Angular projects
Set of ESLint rules we use for our Angular templates
We recommend using Node.js v16 as we do not support lower version of Node.js. Angular version 12 and later are supported.
To install the configuration with all the necessary configuration changes, use the following:
npx @betsys-eslint/install config angular-template
To read more about our installation script visit: @betsys-eslint/install.
:warning: This package currently works only with .eslintrc.json
file. We plan to support other configuration files (.js
and .yml
) in the future.
To install the configuration manually, use the following:
npm install --save-dev @betsys-eslint/eslint-config-angular-template
after installation, add the configuration to you ESLint config:
{
"overrides": [
{
files: ["*.html"],
// Locate configuration for your HTML files
"extends": [
// ...
"@betsys-eslint/angular-template"
]
}
]
}
If you'd like to use our full set of rules for Angular, check out the Angular configuration. Also, this configuration uses our Angular Template Spacing plugin to make sure your spacing is correct.
FAQs
ESLint configuration used across the company for templates in Angular projects
The npm package @betsys-eslint/eslint-config-angular-template receives a total of 37 weekly downloads. As such, @betsys-eslint/eslint-config-angular-template popularity was classified as not popular.
We found that @betsys-eslint/eslint-config-angular-template demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.