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

https://github.com/csimi/eslint-config

My eslint config as a package
https://github.com/csimi/eslint-config

Last synced: 10 months ago
JSON representation

My eslint config as a package

Awesome Lists containing this project

README

          

[![npm version](https://img.shields.io/npm/v/@csimi/eslint-config.svg?logo=npm)](https://www.npmjs.com/package/@csimi/eslint-config)
[![build status](https://github.com/csimi/eslint-config/workflows/build/badge.svg)](https://github.com/csimi/eslint-config/actions)

# About

This is my eslint config as a package. It's probably not very interesting for anyone else.
The stylistic rules are geared towards being super-consistent.

# Usage

Install using npm:

```
$ npm install @csimi/eslint-config --save-dev
```

Extend @csimi/eslint-config in your .eslintrc file.

```
"extends": [
"@csimi/eslint-config"
],
```

# Peer dependencies

```
$ npm install eslint@8 --save-dev
```