1.1.0 • Published 4 years ago

@ghaiklor/eslint-config v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

ghaiklor-eslint-config

Why

I have a huge number of different repositories and projects that I’m maintaining. Recently, I’ve passed a threshold when I understand that every time setting up a configuration for a project is a long process. So I’ve created this configuration as a bootstrap configuration with all needed to get a proper configuration in seconds.

How to setup

First, install all the peerDependencies:

npx install-peerdeps @ghaiklor/eslint-config

Afterwards, install the configuration itself and include in your configuration:

npm install --save-dev @ghaiklor/eslint-config
{
  "extends": "@ghaiklor"
}

License

MIT