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.
- Host: GitHub
- URL: https://github.com/keenwon/elint-preset-standard
- Owner: keenwon
- License: mit
- Created: 2018-06-25T10:34:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T18:35:18.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T07:40:23.416Z (3 months ago)
- Topics: elint, eslint, standard, stylelint
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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