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