1.6.0 • Published 2 months ago

@globalbrain/eslint-config v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Global Brain: ESLint Config

This package provides the Global Brain eslint preset as an extensible shared config. It is an opinionated extension of @antfu/eslint-config.

Usage

Install

pnpm add -D eslint @globalbrain/eslint-config

Configuration

.eslintrc

{
  "extends": "@globalbrain"
}

package.json

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

License

This package is open-sourced software licensed under the MIT license.

1.6.0

2 months ago

1.5.2

8 months ago

1.5.1

11 months ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago

1.2.1

1 year ago

0.1.0

2 years ago