eslint-plugin-typling
v0.3.0
Published
Eslint plugin for typling
Downloads
6
Maintainers
Readme
eslint-plugin-typling
Typling plugin for Eslint
Installation
$ npm install --save eslint-plugin-typling
Usage
Load it in your "plugins"
array:
"plugins": ["typling" /*, "react", "promise", ... */]
Configure the rules
"rules": {
// 1 for warnings, 2 for errors:
"typling/type-invalid": 2,
"typling/type-missing": 1,
"typling/def-missing": 1
}
And you're done
License
MIT © Jamen Marz