eslint-config-kilian
v1.0.0
Published
ESLint shareable config for Tims JavaScript projects.
Readme
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
