@gonimbly/eslint-config-base

2.3.1 • Public • Published

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...
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @gonimbly/eslint-config-base

Weekly Downloads

1

Version

2.3.1

License

MIT

Last publish

Collaborators

  • kylecrouse
  • troyconquer
  • mng-gn
  • philipchoign
  • zconq