@npm-update-package/eslint-config-typescript
v4.0.0
Published
ESLint Shareable Config for TypeScript
Downloads
14
Maintainers
Readme
@npm-update-package/eslint-config-typescript
ESLint Shareable Config for TypeScript
Installation
npm:
npm i -D @npm-update-package/eslint-config-typescript
Yarn:
yarn add -D @npm-update-package/eslint-config-typescript
Usage
Add @npm-update-package/eslint-config-typescript
to extends
of your ESLint config.
module.exports = {
extends: [
'@npm-update-package/eslint-config-typescript'
// add other rulesets here if needed
],
rules: {
// override/add rules settings here if needed
}
}