
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
tslint-config-chartiq-base
Advanced tools
ChartIQ's base TSLint config, following ChartIQ's styleguide
This package provides Airbnb's base TSLint (without React plugins) as an extensible shared config.
This package is aimed to have all the rules supplied by the original eslint-config-airbnb-base, unlike tslint-config-airbnb where it just contains what is in the Airbnb JavaScript Style Guide. However, many rules are not implemented in TSLint yet, thus this package requires updating when more rules are created (see Contributing).
npm i -D tslint-config-airbnb-base
Add to your tslint.json
:
{
"extends": "tslint-config-airbnb-base"
}
The aim of this config is to be as closed to the original eslint-config-airbnb-base as possible, so if any of the rules are out of sync with this package, feel free to submit a pull request.
Rules that are currently not supported are commented with NO-SUPPORT
so they
can easily be found by
grep NO-SUPPORT rules/*
When a rule becomes supported, simply remove NO-SUPPORT
after adding the rule.
Feel free to add any rules packages. Currently the following are used (be sure
to check them for updates):
Rules are that not applicable in TypeScript are commented with NOT-APPLICABLE
,
so similarly you can run
grep NOT-APPLICABLE rules/*
These will probably never be changed and are kept just to remind ourselves what's not needed anymore.
FAQs
ChartIQ's base TSLint config, following ChartIQ's styleguide
We found that tslint-config-chartiq-base 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.