renarsvilnis / eslint-config-renarsvilnis

Personal eslint configuration based on Standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-renarsvilnis

Personal eslint configuration based on Standard, but with semicolons for usage with babel and react.js.

Usage

  1. Install the NPM module
# Install the configuration, it install all dependencies automatically (excluding eslint)
npm i -D eslint eslint-config-renarsvilnis

2. Add `.eslintrc` file into the root of your project

```json
{
  "extends": ["renarsvilnis"]
}

About

Personal eslint configuration based on Standard

License:MIT License


Languages

Language:JavaScript 100.0%