eslint-config-kingsquare
v7.1.0
Published
ESLint configuration used by Kingsquare BV
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 --devand add the following eslint configuration:
{
"extends": "kingsquare"
}That should do it!
