Skip to content

perugi/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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",
        ...
    ]
}

About

Configuration of ESLint, published on npm as a shareable config.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published