Skip to content

matchilling/styleguide-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

✌️