@ohxxx/eslint-config
v0.0.4
Published
ESLint configuration of xxx
Downloads
23
Readme
Usage
Install
pnpm add -D eslint @ohxxx/eslint-config
Configure
.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