coffeelint-always-use-strict

0.9.2 • Public • Published

coffeelint-always-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-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

MIT License ©

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.9.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.9.2
    3
  • 0.9.1
    0
  • 0.9.0
    0

Package Sidebar

Install

npm i coffeelint-always-use-strict

Weekly Downloads

3

Version

0.9.2

License

MIT

Last publish

Collaborators

  • za_creature