coffeelint-advanced-missing-fat-arrows
v1.0.0
Published
Warns when you use 'this' inside a function that wasn't defined with a fat arrow. Configurable by comment.
Downloads
6
Maintainers
Readme
coffeelint-advanced-missing-fat-arrows
This is exactly like the coffeelint builtin missing_fat_arrows
rule, except you can disable it with a 'use this'
directive in the first line of your function.
Install via npm, then configure in coffeelint.json like so:
"advanced_missing_fat_arrows": {
"module": "coffeelint-advanced-missing-fat-arrows",
"level": "warn"
}