@totejs/eslint-config

1.5.4 • Public • Published

@totejs/eslint-config

Reusable config for Eslint

Install

pnpm add @totejs/eslint-config -D

Usage

// package.json (for typescript library)
{
  "eslintConfig": {
    "extends": ["@totejs/eslint-config"]
  }
}

// package.json (for react project)
{
  "eslintConfig": {
    "extends": ["@totejs/eslint-config/react"]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @totejs/eslint-config

Weekly Downloads

80

Version

1.5.4

License

none

Unpacked Size

1.13 kB

Total Files

4

Last publish

Collaborators

  • node-real-npm