@khromove/eslint-config-typescript
v3.0.0
Published
A typescipt config for eslint
Readme
ESLint TypeScript Config
JavaScript
- Install the correct versions of each package, which are listed by the command:
npm info "@khromove/eslint-config-typescript" peerDependencies- Install all dependecies:
npx install-peerdeps --dev @khromove/eslint-config-typescript- Add next line to your
.eslintrc:
{
"extends": "@khromove/eslint-config-typescript"
}