@wongxy/eslint-config
v1.1.1
Published
xiyaowong's eslint config
Downloads
202
Readme
eslint-config
Personal ESLint configuration, based on @antfu/eslint-config
Usage
pnpm i -D eslint @antfu/eslint-config
And create eslint.config.mjs
in your project root:
// eslint.config.mjs
import wongxy from '@wongxy/eslint-config'
export default wongxy()