1.5.4 • Published 2 years ago

@totejs/eslint-config v1.5.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

1.5.3

2 years ago

1.5.2

3 years ago

0.1.0

3 years ago

1.5.1

3 years ago

0.0.1

3 years ago