0.1.0 • Published 4 years ago
@dmcardoso/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 tech-talks-eslint -Y
- Add the following code to your package.json:
"eslintConfig": {
"extends": [
"tech-talks-eslint"
]
},
- Or create a
.eslintrc
file of your project's directory.
{
"extends": [
"tech-talks-eslint"
]
}
0.1.0
4 years ago