Skip to content

nowa-webpack/nowa-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published