@ohxxx/eslint-config
v0.0.4
Published
ESLint configuration of xxx
Readme
Usage
Install
pnpm add -D eslint @ohxxx/eslint-configConfigure
.eslintrc.json
{
"extends": "@ohxxx",
"rules": {
// ...overrides
}
}package.json
{
"scripts": {
"lint": "eslint . --fix"
}
}Refs
This package is based on @antfu/eslint-config configuration and configured according to personal preferences
