@gamesdonequick/eslint-config

2.2.1 • Public • Published

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"
       ]
    };

Readme

Keywords

none

Package Sidebar

Install

npm i @gamesdonequick/eslint-config

Weekly Downloads

1

Version

2.2.1

License

MIT

Unpacked Size

4.71 kB

Total Files

11

Last publish

Collaborators

  • chrishanel
  • hoishin