1.0.4 • Published 4 years ago

@vietduc/eslint-config v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

eslint-config

My ESLint config


Install the dependencies:

npm install --save-dev eslint @vietduc/eslint-config

Use this .eslintrc.json config file:

{
    "extends": ["airbnb-base", "plugin:jest/recommended", "@vietduc"]
}

Use this .huskyrc.json config file to enforce ESLint rules before committing:

{
    "hooks": {
        "pre-commit": "node_modules/.bin/eslint ."
    }
}
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago