@springworks/eslint-config-typescript
TypeScript icon, indicating that this package has built-in type declarations

3005.418.0 • Public • Published

@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 ."
  }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3005.418.01latest

Version History

VersionDownloads (Last 7 Days)Published
3005.418.01
3005.383.023
3005.342.022
3005.341.20
3005.339.10
3005.329.10
3005.310.10
3005.280.00
3005.269.02
3005.267.00
3005.266.00
3005.264.00
3005.250.01
3005.222.00
3005.179.10
3005.179.00
3005.174.01
3005.159.00
3005.129.70
3005.113.40
3005.110.100
3005.105.00
3005.77.01
3005.76.00
3005.65.20
3005.59.00
3005.58.40
3005.29.09
3005.22.30
3005.22.20
3005.22.10
3005.22.00
3005.21.10
3005.21.00
3005.20.00

Package Sidebar

Install

npm i @springworks/eslint-config-typescript

Weekly Downloads

59

Version

3005.418.0

License

none

Unpacked Size

3.22 kB

Total Files

7

Last publish

Collaborators

  • springworksprime
  • springworksdev