1.0.0 • Published 5 years ago
eslint-config-kilian v1.0.0
Kilian ESLint Config
ESLint config of Tim Kilian.
Usage
Do you want to add the config to your own projects? There you go:
- Install eslint if not already present (optional if present)
$ npm i -D eslint- Add this package to your devDependencies
$ npm i -D eslint-config-kilian- Create a
.eslintrcfile - Extend our config
{
"extends": [
"kilian"
]
}License
MIT - 2020 Tim Kilian
1.0.0
5 years ago