Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@tinkoff/eslint-config-angular
Advanced tools
ESlint plugin includes Tinkoff rules for Angular applications. Designed to use with @tinkoff/eslint-config
.
Install from npm
npm i --save-dev @tinkoff/eslint-config @tinkoff/eslint-config-angular
Then, need to include recommendation
configurations sets to .eslintrc
. We need to choose base configuration, and any
necessary additional configs:
{
extends: ['@tinkoff/eslint-config/app', '@tinkoff/eslint-config-angular'],
}
You can also include optional
configurations, however, you are responsible for implementing these rules in your project:
{
extends: [
// recommended
'@tinkoff/eslint-config/app',
'@tinkoff/eslint-config-angular',
// optional
'@tinkoff/eslint-config-angular/html',
'@tinkoff/eslint-config-angular/rxjs',
'@tinkoff/eslint-config-angular/promise',
'@tinkoff/eslint-config-angular/imports',
'@tinkoff/eslint-config-angular/file-progress',
'@tinkoff/eslint-config-angular/line-statements',
'@tinkoff/eslint-config-angular/member-ordering',
],
}
@tinkoff/eslint-config-angular/html
configuration, because under the hood uses
eslint-plugin-html
plugin. When eslint-plugin-html
is extended, rules from other plugins don't work. See opened
issue.FAQs
ESLint configs for Angular apps
The npm package @tinkoff/eslint-config-angular receives a total of 42 weekly downloads. As such, @tinkoff/eslint-config-angular popularity was classified as not popular.
We found that @tinkoff/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 17 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.