eslint-plugin-jsig
v1.1.4
Published
A eslint plugin for jsig typechecker
Downloads
6
Readme
eslint-plugin-jsig
A plugin that runs the jsig
type checker as part of eslint.
Works with eslint text editor plugins and the CLI.
Example
{
"rules": {
"jsig/type-check": 2
},
"plugins": [
"jsig"
]
}
To use this plugin you must have jsig
installed as a peer dependency.
The eslint-plugin-jsig
module only works with jsig@>=0.2.6
.
It's recommended that you configure your application with a jsigconfig.json
file so that the eslint plugin can pick up your configuration.
Installation
npm install eslint-plugin-jsig
Tests
npm test
Contributors
- raynos