Node.js Style Guide for EggJS, base on oxlint
npm i -D oxlint oxlint-config-egg
package.json
{
"devDependencies": {
"oxlint-config-egg": "1",
"oxlint": "latest"
}
}
.oxlintrc.json
{
"extends": [
"./node_modules/oxlint-config-egg/index.json"
]
}
package.json#scripts
{
"scripts": {
"lint": "oxlint",
"lint:fix": "oxlint --fix"
}
}
Made with contributors-img.