1.1.0 • Published 3 years ago

eslint-config-catchfashion v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@catchfashion/eslint-config-catchfashion

A common ESLint config for TypeScript projects

Setup

$ npm install @catchfashion/eslint-config-catchfashion --save-dev
$ npm install @typescript-eslint/eslint-plugin@latest --save-dev
$ npm install eslint-plugin-import@latest --save-dev

Add the following to .eslintrc

{
  "extends": "eslint-config-catchfashion",
  "overrides": [
    // add your custom eslint configurations...
  ]
}