# eslint-config-semistandard

> JavaScript Semistandard Style - ESLint Shareable Config

Latest version **17.0.0** (published 2022-07-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install eslint-config-semistandard
pnpm add eslint-config-semistandard
yarn add eslint-config-semistandard
bun add eslint-config-semistandard
```

## 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 | 17.0.0 |
| Published | 2022-07-18 |
| First published | 2015-05-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 68 |
| Author | Dan Flettre |
| Maintainers | jhiesey, bret, feross, flet, linusu, mafintosh, jprichardson, watson, raynos, toddbluhm, voxpelli, jokeyrhyme |
| Keywords | JavaScript Standard Style, check, checker, code, code checker, code linter, code standards, code style, enforce, eslint, eslintconfig, hint, jscs, jshint, lint, policy, quality, simple, semistandard, standard, standard style, style, style checker, style linter, verify |

## Links

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

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

- 17.0.0 (latest) — 2022-07-18
- 16.0.0 — 2021-06-14
- 15.0.1 — 2020-06-24
- 15.0.0 — 2019-08-19
- 14.0.0 — 2019-07-12
- 13.0.0 — 2018-10-24
- 12.0.1 — 2018-02-22
- 12.0.0 — 2017-12-19
- 11.0.0 — 2017-04-20
- 8.0.0 — 2017-03-06
- 7.0.0 — 2016-09-03
- 7.0.0-beta.0 — 2016-07-25
- 6.0.2 — 2016-05-12
- 6.0.1 — 2016-03-24
- 6.0.0 — 2016-03-24
- … 9 more at https://npm.io/package/eslint-config-semistandard/versions

## README

# eslint-config-semistandard [![tests][tests-image]][tests-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

[tests-image]: https://github.com/standard/eslint-config-semistandard/actions/workflows/test.yml/badge.svg
[tests-url]: https://github.com/standard/eslint-config-semistandard/actions/workflows/test.yml
[npm-image]: https://img.shields.io/npm/v/eslint-config-semistandard.svg
[npm-url]: https://www.npmjs.com/package/eslint-config-semistandard
[downloads-image]: https://img.shields.io/npm/dm/eslint-config-semistandard.svg
[downloads-url]: https://npmjs.org/package/eslint-config-semistandard
[standard-image]: https://img.shields.io/badge/code_style-semistandard-brightgreen.svg
[standard-url]: https://github.com/standard/semistandard

#### One Semicolon for the Dark Lord on his dark throne

An ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) for [JavaScript Standard Style](http://standardjs.com) with semicolons sprinkled on top.

[![JavaScript Style Guide - Semistandard Style](https://raw.githubusercontent.com/standard/semistandard/master/badge.svg)](https://github.com/standard/semistandard)


## Install

This module is for advanced users. You probably want to use [`semistandard`](https://github.com/standard/semistandard) instead :)

```bash
npm install eslint-config-semistandard
```

## Usage

This is just [eslint-config-standard](https://github.com/standard/eslint-config-standard) with semicolons set as required rather than banned. For further details, see [eslint-config-standard](https://github.com/standard/eslint-config-standard).

## Learn more

For the full listing of rules, editor plugins, FAQs, and more, visit the main [JavaScript Standard Style repo](http://standardjs.com).

## License

[ISC](LICENSE.md)

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