Standard ESlint configuration at GeekHive.
Install the package from the npm registry:
npm install @geekhive/eslint-config-standard
yarn add @geekhive/eslint-config-standard
And then add a .eslintrc.json
file to the repository root with the following contents:
{
"extends": ["@geekhive/eslint-config-standard"]
}