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