0.1.0 • Published 4 years ago
tech-talks-eslint v0.1.0
Eslint convention config
Installing
- Use the following command to install all the necessary deps (remove the -Y if you don't use Yarn):
npx install-peerdeps --dev @dmcardoso/tech-talks-eslint -Y
- Add the following code to your package.json:
"eslintConfig": {
"extends": [
"@dmcardoso"
]
},
- Or create a
.eslintrc
file of your project's directory.
{
"extends": [
"@dmcardoso"
]
}
0.1.0
4 years ago