@crowdhouse/eslint-config-typescript

4.4.1 • Public • Published

eslint-config-typescript

Eslint configuration to use in typescript or mixed typescript/javascript projects

Add to your project

npm i -D @crowdhouse/eslint-config-typescript

To use in typescript based projects

Add .eslintrc with content:

{
  "extends": [
     "@crowdhouse/eslint-config-typescript"
  ]
}

To use in react-scripts based projects

Adjust eslintConfig section in package.json:

"eslintConfig": {
  "extends": [
      "react-app",
      "react-app/jest",
      "@crowdhouse/eslint-config-typescript/base"
  ]
},

Readme

Keywords

none

Package Sidebar

Install

npm i @crowdhouse/eslint-config-typescript

Weekly Downloads

78

Version

4.4.1

License

UNLICENSED

Unpacked Size

3.7 kB

Total Files

4

Last publish

Collaborators

  • oshevch
  • tibor.juhasz
  • ivantomicic
  • dfreire
  • crowdhouse.ch
  • 17thfox
  • uhcrowdhouse
  • denizozger
  • jimjardland
  • bjorgvin_bjorgvinsson
  • thuoch
  • lfjsa
  • rrrrrunke
  • stephledev
  • marcosmesser
  • hrvoje.kusanic