
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@qulix/tslint-config-rx
Advanced tools
TSLint shareable config for the Qulix Rx Style Guide
Install with npm
:
$ npm install --save-dev tslint @qulix/tslint-config-rx
Install with yarn
:
$ yarn --dev tslint @qulix/tslint-config-rx
Once the tslint-config-rx
package is installed, you can use it by specifying @qulix/tslint-config-rx
in the extends
section of your TSLint configuration.
// tslint.json
{
"extends": [
"@qulix/tslint-config-rx"
],
"rules": {
// Additional, per-project rules...
}
}
During migration, you can disable rulesets by overriding them in yours .tslint
configuration file
The rule set is stored in
node_modules/@qulix/tslint-config-rx/tslint.js
"extends": [
"@qulix/tslint-config-rx"
],
"rules": {
"rxjs-just": false,
"rxjs-no-add": false,
"rxjs-no-do": false,
]
}
FAQs
TypeScript Rx.js Style Guide
We found that @qulix/tslint-config-rx demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.