Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 304 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 304 Bytes

prettier-config

My ESLint configuration, to be used together with the Airbnb configuration

Usage

Install:

$ npm install --save-dev @perugi/eslint-config

Edit .eslintrc.json:

{
    ...
    "extends": [
        "airbnb-base",
        "@perugi/eslint-config",
        ...
    ]
}