Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

ESLint sharable config for my OSS projects
https://github.com/okonet/eslint-config-okonet

eslint eslint-config

Last synced: 11 days ago
JSON representation

ESLint sharable config for my OSS projects

Awesome Lists containing this project

README

        

# eslint-config-okonet

[![npm](https://img.shields.io/npm/v/eslint-config-okonet.svg)](https://www.npmjs.com/package/eslint-config-okonet)
[![Build Status](https://travis-ci.org/okonet/eslint-config-okonet.svg?branch=master)](https://travis-ci.org/okonet/eslint-config-okonet)

ESLint rules from Andrey Okonetchnikov

## Installation

1. `npm install --save-dev eslint eslint-config-okonet`
2. Add following block to `package.json`

```json
"eslintConfig": {
"extends": [
"okonet"
]
}
```

This will add generic config.

For React.js projects, extend from `okonet/react`

For Node.js projects, extend from `okonet/node`