UNPKG

esformatter-use-strict

Version:

esformatter plugin that adds a global use strict at the top of a module

12 lines (8 loc) 673 B
# esformatter-use-strict [![Build Status](https://secure.travis-ci.org/briandipalma/esformatter-use-strict.png)](http://travis-ci.org/briandipalma/esformatter-use-strict) [![Dependency Status](https://david-dm.org/briandipalma/esformatter-use-strict.png)](https://david-dm.org/briandipalma/esformatter-use-strict) [![devDependency Status](https://david-dm.org/briandipalma/esformatter-use-strict/dev-status.svg)](https://david-dm.org/briandipalma/esformatter-use-strict#info=devDependencies) Adds a `use strict` to the start of esformatter output. Makes module `use strict`. Will strip other `use strict`s in file. ## Install Install with `npm i esformatter-use-strict`