2.64.0 • Published 2 years ago
eslint-plugin-tyrecheck
Licence
MIT
Version
2.64.0
Deps
17
Size
136 kB
Vulns
0
Weekly
0
eslint-plugin-tyrecheck
Collection of ESLint rules for use in Tyrecheck projects
Installation
$ npm install eslint-plugin-tyrecheck --save-dev
Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-tyrecheck
globally.
Usage
// .eslintrc
{
"extends": ["tyrecheck:recommended"]
}