@ghaiklor/eslint-config

1.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (14)

    Package Sidebar

    Install

    npm i @ghaiklor/eslint-config

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    14 kB

    Total Files

    5

    Last publish

    Collaborators

    • ghaiklor