1.0.2 • Published 2 years ago
@dwarf-hq/eslint-config-basic v1.0.2
Get started
- Run the following command to install the config in your project:
npm install @dwarf-hq/eslint-config-basic - Create a
.eslintrc.jsonfile in the root of your project. - Add the following content to the
.eslintrc.jsonfile:{ "extends": ["@dwarf-hq/eslint-config-basic"] }