https://github.com/nowa-webpack/nowa-eslint
nowa eslint
https://github.com/nowa-webpack/nowa-eslint
Last synced: over 1 year ago
JSON representation
nowa eslint
- Host: GitHub
- URL: https://github.com/nowa-webpack/nowa-eslint
- Owner: nowa-webpack
- License: mit
- Created: 2017-06-22T07:20:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T08:09:05.000Z (almost 9 years ago)
- Last Synced: 2024-10-09T20:09:08.421Z (almost 2 years ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nowa-eslint
[](https://npmjs.org/package/nowa-eslint)
An awesome nowa plugin
---
## Feature
- An awesome nowa plugin
## Install
```bash
$ npm i nowa -g
$ nowa install eslint
```
## Usage
```bash
$ 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
```