eslint-plugin-tyrecheck
v2.64.0
Published
Collection of ESLint rules for use in Tyrecheck projects
Downloads
221
Maintainers
Readme
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"]
}