eslint-config-kingsquare
v7.1.0
Published
ESLint configuration used by Kingsquare BV
Downloads
9
Readme
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!