@buka/eslint-config

1.6.4 • Public • Published

@buka/eslint-config

config Description
@buka/eslint-config/autofix
@buka/eslint-cofnig/recommended
@buka/eslint-config/typescript/autofix
@buka/eslint-config/typescript/recommended
@buka/eslint-config/typescript/esm-recommended

Usage

npm install @buka/eslint-config

Add to eslint config:

{
  "parser": "@typescript-eslint/parser",
  "plugins": ["@typescript-eslint/eslint-plugin"],
  "extends": [
    "plugin:@typescript-eslint/recommended",
    "plugin:@typescript-eslint/recommended-requiring-type-checking",
    "@buka/eslint-config/typescript/recommended"
  ]
}

/@buka/eslint-config/

    Package Sidebar

    Install

    npm i @buka/eslint-config

    Weekly Downloads

    39

    Version

    1.6.4

    License

    MIT

    Unpacked Size

    16.4 kB

    Total Files

    15

    Last publish

    Collaborators

    • val.istar.guo