
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
@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 4 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.