Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 428 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 428 Bytes

eslint-config-kingsquare

This is the basic eslint config used by Kingsquare BV.

This version extends the react-app standard

To install and use do the following:

yarn add eslint-config-kingsquare --dev

and add the following eslint configuration:

{
  "extends": "kingsquare"
}

That should do it!