# eslint-config-standard-latest

> JavaScript Standard Style with latest rules - ESLint Shareable Config

Latest version **0.3.0** (published 2017-11-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-standard-latest
pnpm add eslint-config-standard-latest
yarn add eslint-config-standard-latest
bun add eslint-config-standard-latest
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2017-11-10 |
| First published | 2016-11-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Grigorii Horos, |
| Maintainers | horosgrisa |
| Keywords | standard, style checker, code style, code checker, code linter, style linter, simple, policy, style, code, lint, eslint, eslintconfig, jshint, jscs, hint, enforce, check, verify, quality, checker, code standards, JavaScript Standard Style, standard style, es6 |

## Links

- npm: https://www.npmjs.com/package/eslint-config-standard-latest
- Repository: https://github.com/horosgrisa/eslint-config-standard-latest
- Issues: https://github.com/horosgrisa/eslint-config-standard-latest/issues
- npm.io page: https://npm.io/package/eslint-config-standard-latest

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

- 0.3.0 (latest) — 2017-11-10
- 0.2.6 — 2016-12-07
- 0.2.5 — 2016-12-07
- 0.2.2 — 2016-12-06
- 0.2.4 — 2016-11-29
- 0.2.3 — 2016-11-29
- 0.2.1 — 2016-11-29
- 0.2.0 — 2016-11-27

## README

# Standard Latest - ESLint Shareable Config
[![travis][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[![downloads][downloads-image]][downloads-url]

[travis-image]: https://img.shields.io/travis/horosgrisa/eslint-config-standard-latest.svg?style=flat
[travis-url]: https://travis-ci.org/horosgrisa/eslint-config-standard-latest
[npm-image]: https://img.shields.io/npm/v/eslint-config-standard-latest.svg?style=flat
[npm-url]: https://npmjs.org/package/eslint-config-standard-latest
[downloads-image]: https://img.shields.io/npm/dm/eslint-config-standard-latest.svg?style=flat
[downloads-url]: https://npmjs.org/package/eslint-config-standard-latest

#### An ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) for Latest support in [JavaScript Standard Style](https://github.com/feross/standard)

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

## Install

```bash
npm install eslint-config-standard-latest
```

## Usage

Shareable configs are designed to work with the `extends` feature of `.eslintrc` files.
You can learn more about
[Shareable Configs](http://eslint.org/docs/developer-guide/shareable-configs) on the
official ESLint website.

This Shareable Config adds JSDoc to the baseline JavaScript Standard Style rules
provided in `eslint-config-standard`.

Here's how to install everything you need:

```bash
npm install eslint-config-standard eslint-config-standard-latest
```

Then, add this to your .eslintrc file:

```
{
  "extends": ["standard", "standard-latest"]
}
```

*Note: We omitted the `eslint-config-` prefix since it is automatically assumed by ESLint.*

You can override settings from the shareable config by adding them directly into your
`.eslintrc` file.

## License

MIT

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