Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roms1383/eslint-config-kroms
Custom preset for ESLint
https://github.com/roms1383/eslint-config-kroms
eslint-config
Last synced: 2 months ago
JSON representation
Custom preset for ESLint
- Host: GitHub
- URL: https://github.com/roms1383/eslint-config-kroms
- Owner: Roms1383
- License: mit
- Created: 2019-05-26T10:43:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T15:48:54.000Z (4 months ago)
- Last Synced: 2024-10-23T06:18:43.640Z (2 months ago)
- Topics: eslint-config
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-kroms
[![Latest Release](https://badgen.net/npm/v/eslint-config-kroms)](https://www.npmjs.com/package/eslint-config-kroms) [![License](https://badgen.net/badge/license/MIT/blue)](LICENSE) [![Renovate](https://img.shields.io/badge/Renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Dependencies](https://david-dm.org/Roms1383/eslint-config-kroms.svg)](https://david-dm.org/) [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg)](https://github.com/carloscuesta/gitmoji)
Custom preset for eslint
*****
Custom preset for [eslint](https://github.com/eslint/eslint) based on [standard]() with additional custom rules.
## Installation
If used as a dev dependency :
Yarn :
```sh
yarn add eslint-config-kroms --dev
```NPM :
```sh
npm install eslint-config-kroms --save-dev
```## Usage
Add a `.eslintrc` at the root of your project with :
```json
{
"extends": "eslint-config-kroms"
}
```More options available [here](https://eslint.org/docs/user-guide/configuring).
*****
_Romain KELIFA - MIT - 2019-2021_