2.3.0 • Published 3 years ago

eslint-config-kodypay v2.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

kodypay-eslint-config

This package provides shareable ESLint configurations for TypeScript projects to ensure consistency.

Installation

npm i kodypay-eslint-config --save-dev

Next, add an eslintConfig member to your project's package.json. At a minimum, this config file must include an extends member:

{
  "eslintConfig": {
    "extends": "tschaub"
  }
}
2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

1.2.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

2.0.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago