Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 261 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 261 Bytes

@hipo/eslint-config-base

Baker's shareable ESLint configurations for ECMAScript 2015 and beyond.

Installation

npm i --save-dev @hipo/eslint-config-base

Usage

Set your eslint config to:

{
  "extends": ["@hipo/eslint-config-base"]
}