@springworks/eslint-config-typescript
Advanced tools
Weekly downloads
Readme
@springworks/eslint-config-typescript
eslint rules for typescript projects
yarn add -D @springworks/eslint-config-typescript eslint
After adding the dependencies, add a config (.eslintrc.json
) in the root of the
project with this content:
{
"extends": "@springworks/eslint-config-typescript"
}
Or update package.json
and include:
{
"eslintConfig": {
"extends": "@springworks/eslint-config-typescript"
}
}
Some useful scripts to add to package.json
:
{
"scripts": {
"lint": "eslint --cache .",
"lint-fix": "eslint --quiet --fix ."
}
}
FAQs
eslint rules for typescript projects
The npm package @springworks/eslint-config-typescript receives a total of 484 weekly downloads. As such, @springworks/eslint-config-typescript popularity was classified as not popular.
We found that @springworks/eslint-config-typescript demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.