@xiodone/eslint-config
v1.0.1
Published
XioDone's ESLint config.
Downloads
10
Readme
This package is not an ESLint plugin, it is a rule set for configuring @antfu/eslint-config.
Install
pnpm i eslint @antfu/eslint-config @xiodone/eslint-config -D
Usage
Create eslint.config.js in your project root, for more details of @antfu/eslint-config, please refer to the documentation.
// eslint.config.js
import linter from '@antfu/eslint-config'
import xiodone from '@xiodone/eslint-config'
export default linter(
{
// Your custom rules
},
...xiodone(),
)