Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 528 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 528 Bytes

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