eslint-plugin-wtf
v0.1.10
Published
Catch ridiculous code that should never hit master
Downloads
27
Maintainers
Readme
eslint-plugin-wtf
Catch ridiculous code that should never hit master.
Usage
Install via npm:
$ npm install --save-dev eslint-plugin-wtf
And include it in your eslint config:
{
"plugins": ["wtf"],
"extends": ["plugin:wtf/strict"]
}
License
Released under the MIT License.