# blyss-engine

> The engine that powers the Blyss linter

Latest version **9.0.1** (published 2017-12-26) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install blyss-engine
pnpm add blyss-engine
yarn add blyss-engine
bun add blyss-engine
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 9.0.1 |
| Published | 2017-12-26 |
| First published | 2017-12-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.0.0 |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Saad Quadri |
| Maintainers | saadq |
| Keywords | JavaScript Blyss Style, check, checker, code, code checker, code linter, code standards, code style, enforce, eslint, hint, jscs, jshint, lint, policy, quality, simple, standard, standard style, style, style checker, style linter, verify |

## Links

- npm: https://www.npmjs.com/package/blyss-engine
- Repository: https://github.com/saadq/blyss-engine
- Issues: https://github.com/saadq/blyss-engine/issues
- npm.io page: https://npm.io/package/blyss-engine

## Dependencies (4)

- [deglob](https://npm.io/package/deglob.md) ^2.1.0
- [minimist](https://npm.io/package/minimist.md) ^1.1.0
- [pkg-conf](https://npm.io/package/pkg-conf.md) ^2.0.0
- [get-stdin](https://npm.io/package/get-stdin.md) ^5.0.1

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

- 9.0.1 (latest) — 2017-12-26
- 9.0.0 — 2017-12-26
- 1.0.0 — 2017-12-18

## README

# Blyss Engine

The engine that powers the [`Blyss`](https://github.com/saadq/blyss) linter, with better support for [`flow`](https://flow.org). This module is meant for personal use, and shouldn't really be used anywhere outside of Blyss.

If you're looking to wrap your eslint config into an executable, check out [`standard-engine`](https://github.com/standard/standard-engine).

## Install
```
npm install blyss-engine
```

## Usage
You can check out the guide on [`standard-engine`](https://github.com/standard/standard-engine).

## License
MIT

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