2.1.10 • Published 6 months ago

@2nthony/eslint-config v2.1.10

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

@2nthony/eslint-config

version downloads

Extended from @antfu/eslint-config, go to see details.

Legacy Version

Usage

Install

npm i -D eslint @2nthony/eslint-config

config file

// eslint.config.js
import { _2nthony } from '@2nthony/eslint-config'

export default _2nthony()

VSCode

{
  "eslint.experimental.useFlatConfig": true
}

Rules(diffs to antfu)

// error
if (foo) bar()
if (foo)
  bar()

// correct
if (foo) {
  bar()
}

Sponsors

sponsors

License

MIT © 2nthony

2.1.10

6 months ago

1.1.1

9 months ago

1.1.0

9 months ago

2.1.9

8 months ago

1.1.2

9 months ago

2.1.2

8 months ago

2.1.1

8 months ago

2.1.4

8 months ago

2.1.3

8 months ago

2.1.6

8 months ago

2.1.5

8 months ago

2.1.8

8 months ago

2.1.7

8 months ago

2.1.0

8 months ago

2.0.0

8 months ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago