JSPM

coffeelint-always-use-strict

0.9.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q35781F
  • License MIT

CoffeeLint rule that enforces usage of strict mode

Package Exports

  • coffeelint-always-use-strict

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (coffeelint-always-use-strict) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 ©