@dwarf-hq/eslint-config-basic
v1.0.2
Published
Basic ESlint settings for JavaScript projects.
Downloads
301
Maintainers
Readme
Get started
- Run the following command to install the config in your project:
npm install @dwarf-hq/eslint-config-basic
- Create a
.eslintrc.json
file in the root of your project. - Add the following content to the
.eslintrc.json
file:{ "extends": ["@dwarf-hq/eslint-config-basic"] }