0.0.4 • Published 1 year ago

@ohxxx/eslint-config v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Usage

Install

pnpm add -D eslint @ohxxx/eslint-config

Configure

.eslintrc.json

{
  "extends": "@ohxxx",
  "rules": {
    // ...overrides
  }
}

package.json

{
  "scripts": {
    "lint": "eslint . --fix"
  }
}

Refs

This package is based on @antfu/eslint-config configuration and configured according to personal preferences

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago