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

3005.310.1 • 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 ."
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @springworks/eslint-config-typescript

Weekly Downloads

231

Version

3005.310.1

License

none

Unpacked Size

3.23 kB

Total Files

7

Last publish

Collaborators

  • springworksdev
  • springworksprime