Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

coffeelint-never-use-strict

za-creature18MIT0.9.3

CoffeeLint rule that enforces usage of strict mode

coffee, coffeescript, coffeelint, rule, usestrict, use strict, 'use strict', "use strict", coffeelintrule, coffeelintmodule, coffeelint-rule, coffeelint-module, codeconventions

readme

coffeelint-never-use-strict

NPM version Build Status Coverage Status Dependency Status devDependency Status

CoffeeLint rule that enforces usage of strict mode.

Usage

Install as a dev dependency in your project:

npm install --save-dev coffeelint-never-use-strict

Add one of the following rules to your coffeelint.json file:

"strict": {
    "level": "error",
    "module": "coffeelint-never-use-strict",
},

or

"strict": {
    "level": "error",
    "module": "coffeelint-always-use-strict",
},

License

MIT License ©