2.0.7 • Published 4 months ago

eslint-config-gorgon v2.0.7

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

!IMPORTANT
This package is not ready yet.

Why

this package include prettier and eslint in one extends.

you can eazy use it.

Install

pnpm i -D eslint-config-gorgon

Start

in your eslint config file

.eslint.config.mjs

import gorgon from 'eslint-config-gorgon';
export default gorgon;
// or
import { init } from 'eslint-config-gorgon';
export default init();

VsCode Setting (Optional)

./vscode/settings.json

{
  "prettier.enable": false,
  "editor.formatOnSave": false,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit",
    "source.organizeImports": "never"
  }
}

./vscode/extensions.json

{
  "recommendations": ["dbaeumer.vscode-eslint"]
}

How it work

using-a-shareable-configuration-package

2.0.5

4 months ago

2.0.7

4 months ago

2.0.6

4 months ago

2.0.3

9 months ago

2.0.2

10 months ago

2.0.4

9 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.2.7

11 months ago

1.2.6

11 months ago

1.2.0

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago