# nowa-eslint

> An awesome nowa plugin

Latest version **1.0.10** (published 2017-07-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install nowa-eslint
pnpm add nowa-eslint
yarn add nowa-eslint
bun add nowa-eslint
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.10 |
| Published | 2017-07-27 |
| First published | 2017-06-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | yukap |
| Maintainers | poling, yukap |
| Keywords | nowa, webpack, eslint |

## Links

- npm: https://www.npmjs.com/package/nowa-eslint
- Repository: https://github.com/nowa-webpack/nowa-eslint
- Issues: https://github.com/nowa-webpack/nowa-eslint/issues
- npm.io page: https://npm.io/package/nowa-eslint

## Dependencies (8)

- [colors](https://npm.io/package/colors.md) ^1.1.2
- [eslint](https://npm.io/package/eslint.md) ^3.19.0
- [babel-eslint](https://npm.io/package/babel-eslint.md) ^7.2.3
- [console.table](https://npm.io/package/console.table.md) ^0.8.0
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.1.0
- [eslint-config-airbnb](https://npm.io/package/eslint-config-airbnb.md) ^15.0.1
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.3.0
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^5.0.3

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.10 (latest) — 2017-07-27
- 1.0.9 — 2017-07-27
- 1.0.8 — 2017-07-03
- 1.0.7 — 2017-06-27
- 1.0.6 — 2017-06-27
- 1.0.5 — 2017-06-27
- 1.0.4 — 2017-06-27
- 1.0.3 — 2017-06-26
- 1.0.2 — 2017-06-26
- 1.0.1 — 2017-06-22
- 1.0.0 — 2017-06-22

## 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
```

---
_Source: https://npm.io/package/nowa-eslint · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
