1.5.4 • Published 7 months ago

@totejs/eslint-config v1.5.4

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

@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"]
  }
}
1.5.4

7 months ago

1.5.3

8 months ago

1.5.2

1 year ago

0.1.0

2 years ago

1.5.1

2 years ago

0.0.1

2 years ago