![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
@lego/tslint-config
Advanced tools
Install this config package:
$ npm i -D @lego/tslint-config
This package includes the following complete and ready to use configurations:
@lego/tslint-config
- Base config + Prettier@lego/tslint-config/lib/configurations/typescript
- Base Config + Prettier@lego/tslint-config/lib/configurations/typescript-react
- Base Config + React config + Prettieradd the above preferred configuration in your tslint.json file as f.ex:
{
"extends": "@lego/tslint-config"
}
This package currently implements rules from the following packages:
A future release will add LEGO custom rules for Angular projects.
if you would like to use codelyzer in the meanwhile, with your own rules, it's imperative that you follow the following steps:
You can use the tslint-angular
preset. All you need is:
$ npm i tslint-angular
After that create a tslint.json
file with the following configuration, note that the order is important.
{
"extends": ["tslint-angular", "@lego/tslint-config"]
}
With the above tslint.json
configuration example, you can still use or override already defined
rules as such:
{
"extends": "@lego/tslint-config",
"rules": {
"no-submodule-imports": [true, "mobx", "mobx-react"]
}
}
It's recommended to inspect the defined rule's configuration where the reasoning for the configuration lives. If a configuration could benefit more than just the project you're working on, feel free to create a pull request.
FAQs
LEGO shareable tslint config for ts projects
The npm package @lego/tslint-config receives a total of 1 weekly downloads. As such, @lego/tslint-config popularity was classified as not popular.
We found that @lego/tslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.