3.3.1 • Published 15 days ago

@antzy/eslint-config v3.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

@antzy/eslint-config

Thanks to @antfu/eslint-config, because of it, creating code formats that suit our style has become much easier.

Usage

Tips: If you don't want to manually install, here is a quick installation method. Just enter one command to save the hassle of repetitive configuration operations.

Manual Install

pnpm add eslint -D
pnpm add @antzy/eslint-config -D

Config eslint.config.js

With "type": "module" in package.json (recommended):

import { antzy } from '@antfu/eslint-config'

export default antzy({
  rules:{
     /* your stylistic rules */
  }
})

With CJS:

const { antzy } = require('@antfu/eslint-config')

module.exports = antzy({
  rules:{
     /* your stylistic rules */
  }
})

License

MIT License © 2023-PRESENT AntzyMo

3.3.1

15 days ago

3.2.6

2 months ago

3.2.5

2 months ago

3.2.4

2 months ago

3.2.3

6 months ago

3.2.2

6 months ago

2.1.2

9 months ago

2.1.1

9 months ago

2.1.3

8 months ago

2.1.0

9 months ago

3.2.1

7 months ago

3.2.0

7 months ago

3.1.0

7 months ago

3.0.0

7 months ago

2.0.3

1 year ago

2.0.4

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.4.11

1 year ago

1.4.10

1 year ago

1.4.9

2 years ago

1.4.8

2 years ago

1.4.7

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

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