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

https://github.com/keenwon/elint-preset-standard

The standard preset for elint.
https://github.com/keenwon/elint-preset-standard

elint eslint standard stylelint

Last synced: 2 months ago
JSON representation

The standard preset for elint.

Awesome Lists containing this project

README

        

# elint-preset-standard

[![NPM version][npm-image]][npm-url]
[![Dependencies Status][dependencies-image]][dependencies-url]

the standard preset for [elint](https://github.com/keenwon/elint).

## Rules

- eslint: [eslint-config-standard](https://github.com/standard/eslint-config-standard)
- stylelint: [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)

## Usage

```shell
npm install elint elint-preset-standard --save-dev
```

[npm-image]: https://badge.fury.io/js/elint-preset-standard.svg
[npm-url]: https://www.npmjs.com/package/elint-preset-standard
[dependencies-image]: https://david-dm.org/keenwon/elint-preset-standard.svg
[dependencies-url]: https://david-dm.org/keenwon/elint-preset-standard