/eslint-config-renarsvilnis

Personal eslint configuration based on Standard

Primary LanguageJavaScriptMIT LicenseMIT

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"]
}