@combeenation/eslint-config

2.0.0 • Public • Published

@combeenation/eslint-config

Combeenation ESLint base config for use in TS projects as well as JS projects using prettier.

Usage

  • Install:

    $ npm i --save-dev @combeenation/eslint-config
  • Create new eslint config or add to extends section of existing eslint config. Example empty config using the package:

    {
      "extends": ["@combeenation/eslint-config"],
      // The config does not set any kind of env...
      "env": {
        "browser": true,
        "es2021": true
      },
      "rules": {
        // Overwrite rules if needed...
      }
    }

Sub dependencies

The config extends eslint:recommended & @typescript-eslint/eslint-recommended which don't need to be installed explicitly.

Readme

Keywords

none

Package Sidebar

Install

npm i @combeenation/eslint-config

Weekly Downloads

9

Version

2.0.0

License

Apache 2.0

Unpacked Size

3.71 kB

Total Files

3

Last publish

Collaborators

  • combeenation