An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# nowa-eslint

[![NPM version](https://img.shields.io/npm/v/nowa-eslint.svg?style=flat)](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
```