okonet / eslint-config-okonet

ESLint sharable config for my OSS projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-okonet

npm Build Status

ESLint rules from Andrey Okonetchnikov

Installation

  1. npm install --save-dev eslint eslint-config-okonet
  2. Add following block to package.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

About

ESLint sharable config for my OSS projects

License:MIT License


Languages

Language:JavaScript 100.0%