1.7.1 • Published 11 months ago

@globalbrain/eslint-config v1.7.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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.7.1

11 months ago

1.7.0

11 months ago

1.6.0

1 year ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.2.1

2 years ago

0.1.0

3 years ago