2.2.0 • Published 6 years ago

eslint-config-matchilling v2.2.0

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
6 years ago

My Personal JavaScript Styleguide

My personal JavaScript styleguide derives mainly from the AirBnb JS rule book with some little tweeks which are denoted in the repository.

Usage

Add eslint-config-matchilling to your package.json.

{
    "devDependencies": {
        "eslint-config-matchilling": "^1.0.0",
    },
    "eslintConfig": {
        "extends": [
            "eslint-config-matchilling"
        ]
    }
}

Recommended editor plugins

For further integrations check eslint.org integrations website.

License

This distribution is covered by the GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.

Support & Contact

Having trouble with this repository? Check out the documentation at the repository's site or contact m@matchilling.com and we'll help you sort it out.

Happy Coding

:v: