My personal JavaScript styleguide derives mainly from the AirBnb JS rule book with some little tweeks which are denoted in the repository.
Add eslint-config-matchilling
to your package.json
.
{
"devDependencies": {
"eslint-config-matchilling": "^1.0.0",
},
"eslintConfig": {
"extends": [
"eslint-config-matchilling"
]
}
}
For further integrations check eslint.org integrations website.
This distribution is covered by the GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.
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
✌️