3.0.0 • Published 5 years ago

@khromove/eslint-config-typescript v3.0.0

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

ESLint TypeScript Config

JavaScript

  1. Install the correct versions of each package, which are listed by the command:
npm info "@khromove/eslint-config-typescript" peerDependencies
  1. Install all dependecies:
npx install-peerdeps --dev @khromove/eslint-config-typescript
  1. Add next line to your .eslintrc:
{
  "extends": "@khromove/eslint-config-typescript"
}