/typescript-eslint-config-standard

Standard ESLint configuration at GeekHive.

MIT LicenseMIT

@geekhive/eslint-config-standard

Standard ESlint configuration at GeekHive.

Usage

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"]
}