@mkropat/eslint-config
v0.1.1
Published
An opinionated set of style rules
Downloads
2
Readme
@mkropat/eslint-config
An opinionated set of style rules
How to add to a new project
Install packages:
npm install --save-dev eslint @mkropat/eslint-config
Add the following entry to your eslintrc file:
{ "extends": "@mkropat" }
{ "env": { "browser": true, "node": true, "es2021": true }, "extends": "@mkropat", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" } }
How to update the config
- Make the change
- Commit the change
- Run:
npm publish --access=public