Skip to content

Latest commit

 

History

History

eslint-config-base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

GoNimbly Base ESLint Config

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

Install

yarn add -D @gonimbly/eslint-config-base eslint@^3.19.0 eslint-plugin-import@^2.2.0 eslint-plugin-prettier@^2.1.2 prettier

Usage

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

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