1.0.10 • Published 7 years ago

nowa-eslint v1.0.10

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

nowa-eslint

NPM version

An awesome nowa plugin


Feature

  • An awesome nowa plugin

Install

$ npm i nowa -g
$ nowa install eslint

Usage

$ nowa eslint --help

EG
// default lint directory is ./src
$ nowa eslint

// lint index.js
$ nowa eslint index.js

//lint index.js and directory ./src/
$ nowa eslint --files index.js,./src/

//lint with --fix
$ nowa eslint --files index.js --fix