1.0.0 • Published 2 months ago

eslint-config-gorgon v1.0.0

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

Why

this package include prettier and eslint in one extends.

you can eazy use it.

Install

pnpm i -D eslint-config-grogon

Start

in your eslintrc file

.eslintrc

{
  "extends": ["gorgon"]
}

./vscode/settings.json

{
  "editor.formatOnSave": true, // use prettier
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true // use eslint
  }
}

./vscode/extensions.json

{
  "recommendations": [
    "dbaeumer.vscode-eslint",
    "rvest.vs-code-prettier-eslint"
  ]
}

How it work

using-a-shareable-configuration-package

Desc

just collect recommended eslint, no more custom rules.

  • eslint
  • typescript
  • react
  • prettier
1.0.0

2 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago