Skip to content

GamesDoneQuick/eslint-config

Repository files navigation

GDQ's eslint-config npm Build Status

Our re-usable config for the ESLint JS/TS linter.

Usage

  1. Install this config as a devDependency:

    npm i -D @gamesdonequick/eslint-config
  2. Follow the instructions here to use or extend our config: https://eslint.org/docs/developer-guide/shareable-configs#using-a-shareable-config

  3. This package actually includes multiple configs. One base config, one that adds typescript support, and one that adds react support. You can pick and choose what parts you wish to use. To use all three, your config might look like this:

    module.exports = {
       extends: [
          "@gamesdonequick/eslint-config/react",
          "@gamesdonequick/eslint-config",
          "@gamesdonequick/eslint-config/typescript"
       ]
    };

About

Our re-usable config for the ESLint JS/TS linter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published