2.0.0 • Published 1 year ago

eslint-plugin-covalience-js-and-ts v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

ESLint Shareable Configuration for JavaScript and TypeScript

Getting Started

Install dev dependencies: npm install --save-dev eslint typescript typescript-eslint

Integration

Update .eslintrc.{js,yml,json,cjs} with the following:

extends:[
- 'eslint:recommended',
- 'plugin:@typescript-eslint/recommended',
+ 'eslint-plugin-covalience-js-and-ts'
]