yukap6 / nowa-eslint

for first version save

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

for first version save

License:MIT License


Languages

Language:JavaScript 100.0%