coffeelint-always-use-strict
v0.9.2
Published
CoffeeLint rule that enforces usage of strict mode
Downloads
7
Maintainers
Readme
coffeelint-always-use-strict
CoffeeLint rule that enforces usage of strict mode.
Usage
Install as a dev dependency in your project:
npm install --save-dev coffeelint-always-use-strict
Add one of the following rules to your coffeelint.json
file:
"strict": {
"level": "error",
"module": "coffeelint-always-use-strict",
},
or
"strict": {
"level": "error",
"module": "coffeelint-never-use-strict",
},
License
- Radu Dan (2017 -)
- Jan Raasch (2014-2017, original),