Skip to content

A collection of shareable ESLint configurations for both client and server side code

License

Notifications You must be signed in to change notification settings

jenssimon/eslint-config-base

Repository files navigation

NPM version Downloads star this repo fork this repo Build Status

eslint-config-base

A collection of shareable ESLint configurations for both client and server side code

Installation

yarn add @jenssimon/eslint-config-base --dev

General

All configurations are based on the Airbnb JavaScript Style Guide.

Additionally:

Note

If you don't trust ASI and still want to use semicolons:

{
  "extends": [
    "@jenssimon/base",
  ]
  "rules": {
    "semi": ["error", "always"]
  }
}

Configurations

Base configuration

Suitable for server side Node.js code. Based on eslint-config-airbnb-base.

{
  "extends": [
    "@jenssimon/base"
  ]
}

License

MIT © 2019 Jens Simon

About

A collection of shareable ESLint configurations for both client and server side code

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •