@2nthony/eslint-config

2.1.10 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @2nthony/eslint-config

Weekly Downloads

26

Version

2.1.10

License

MIT

Unpacked Size

5.74 kB

Total Files

11

Last publish

Collaborators

  • evila