@dmcardoso/eslint-config-tech-talks
v0.1.1
Published
Eslint base plugin config to Tech Talks presentation
Maintainers
Readme
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/eslint-config-tech-talks -Y- Add the following code to your package.json:
"eslintConfig": {
"extends": [
"@dmcardoso/eslint-config-tech-talks"
]
},- Or create a
.eslintrcfile of your project's directory.
{
"extends": [
"@dmcardoso/eslint-config-tech-talks"
]
}