# remove-use-strict-from-js

> remove-use-strict-from-js is a gulp plugin to remove "use strict" from js file which after using babel.

Latest version **1.0.2** (published 2020-06-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install remove-use-strict-from-js
pnpm add remove-use-strict-from-js
yarn add remove-use-strict-from-js
bun add remove-use-strict-from-js
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-06-18 |
| First published | 2020-06-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | riddick |
| Maintainers | snailmar |
| Keywords | gulp remove use strict, use strict, remove use strict, remove babel use strict |

## Links

- npm: https://www.npmjs.com/package/remove-use-strict-from-js
- npm.io page: https://npm.io/package/remove-use-strict-from-js

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-06-18
- 1.0.1 — 2020-06-18
- 1.0.0 — 2020-06-18

## README

## remove-use-strict-from-js for gulp
remove-use-strict-from-js is a gulp plugin to remove "use strict" from js file which after using babel.
## Usage
npm i remove-use-strict-from-js -D

```js
var removeUseStrict = require("remove-use-strict-from-js");
// gulp task
function javascript() {
  return src(["js/*.js"]).pipe(removeUseStrict()).pipe(dest("./dist"));
}
```

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