@globalbrain/eslint-config

1.6.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @globalbrain/eslint-config

Weekly Downloads

19

Version

1.6.0

License

MIT

Unpacked Size

4.94 kB

Total Files

4

Last publish

Collaborators

  • brc-dd
  • kiaking