1.0.0 • Published 4 years ago

eslint-config-kilian v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Kilian ESLint Config

ESLint config of Tim Kilian.

Usage

Do you want to add the config to your own projects? There you go:

  1. Install eslint if not already present (optional if present)
$ npm i -D eslint
  1. Add this package to your devDependencies
$ npm i -D eslint-config-kilian
  1. Create a .eslintrc file
  2. Extend our config
{
  "extends": [
    "kilian"
  ]
}

License

MIT - 2020 Tim Kilian