# coffeelint-never-use-strict

> CoffeeLint rule that enforces usage of strict mode

Latest version **0.9.3** (published 2017-07-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install coffeelint-never-use-strict
pnpm add coffeelint-never-use-strict
yarn add coffeelint-never-use-strict
bun add coffeelint-never-use-strict
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.9.3 |
| Published | 2017-07-19 |
| First published | 2017-07-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.1.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | za_creature |
| Keywords | coffee, coffeescript, coffeelint, rule, usestrict, use strict, 'use strict', "use strict", coffeelintrule, coffeelintmodule, coffeelint-rule, coffeelint-module, codeconventions |

## Links

- npm: https://www.npmjs.com/package/coffeelint-never-use-strict
- Repository: https://github.com/za-creature/coffeelint-never-use-strict
- Homepage: https://github.com/za-creature/coffeelint-never-use-strict#readme
- Issues: https://github.com/za-creature/coffeelint-never-use-strict/issues
- npm.io page: https://npm.io/package/coffeelint-never-use-strict

## Dependencies (1)

- [coffeelint-always-use-strict](https://npm.io/package/coffeelint-always-use-strict.md) latest

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.9.3 (latest) — 2017-07-19
- 0.9.2 — 2017-07-19
- 0.9.1 — 2017-07-19
- 0.9.0 — 2017-07-19

## README

# coffeelint-never-use-strict

[![NPM version][npm-image]][npm-url]
[![Build Status][circle-image]][circle-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![Dependency Status][depstat-image]][depstat-url]
[![devDependency Status][devdepstat-image]][devdepstat-url]

[CoffeeLint][coffeelint] rule that enforces usage of [strict mode][moz-strictmode-doc].

## Usage

Install as a dev dependency in your project:

```sh
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](http://en.wikipedia.org/wiki/MIT_License) ©

* [Radu Dan](https://github.com/za-creature) (2017 -)
* [Jan Raasch](http://janraasch.com) (2014-2017, [original](original)),

[original]: https://github.com/janraasch/coffeelint-use-strict

[coffeelint]: http://www.coffeelint.org
[moz-strictmode-doc]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode

[npm-url]: https://npmjs.org/package/coffeelint-never-use-strict
[npm-image]: http://img.shields.io/npm/v/coffeelint-never-use-strict.svg

[circle-url]: https://circleci.com/gh/za-creature/coffeelint-never-use-strict/tree/master
[circle-image]: https://circleci.com/gh/za-creature/coffeelint-never-use-strict/tree/master.svg?style=shield

[coveralls-url]: https://coveralls.io/r/za-creature/coffeelint-never-use-strict
[coveralls-image]: https://coveralls.io/repos/za-creature/coffeelint-never-use-strict/badge.svg

[depstat-url]: https://david-dm.org/za-creature/coffeelint-never-use-strict
[depstat-image]: https://david-dm.org/za-creature/coffeelint-never-use-strict.svg

[devdepstat-url]: https://david-dm.org/za-creature/coffeelint-never-use-strict#info=devDependencies
[devdepstat-image]: https://david-dm.org/za-creature/coffeelint-never-use-strict/dev-status.svg

---
_Source: https://npm.io/package/coffeelint-never-use-strict · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
