2.3.1 • Published 7 years ago

@gonimbly/eslint-config-base-babel v2.3.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

GoNimbly ESLint Config for Babel-compiled apps

Implements a base ESLint configuration intended for apps compiled with Babel running on Node 7+ (ES2017).

Install

yarn add -D @gonimbly/eslint-config-base-babel babel-eslint@^7.2.3 eslint@^3.19.0 eslint-plugin-import@^2.2.0 eslint-plugin-prefer-object-spread@^1.2.1 eslint-plugin-prettier@^2.1.2 prettier

Usage

Once @gonimbly/eslint-config-base-babel is installed, you can use it by specifying @gonimbly/eslint-config-base-babel in the extends section of your ESLint configuration.

{
  "extends": "@gonimbly/eslint-config-base-babel",
  "rules": {
    // Additional, per-project rules...
  }
}