@antzy/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

3.4.0 • Public • Published

@antzy/eslint-config

English | 中文

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

Readme

Keywords

none

Package Sidebar

Install

npm i @antzy/eslint-config

Weekly Downloads

80

Version

3.4.0

License

MIT

Unpacked Size

8.75 kB

Total Files

7

Last publish

Collaborators

  • antzymo