Release 1.0.0 [skip ci] 1.0.0 (2025-03-15)Features first release (6af76e6)
Release 1.0.0
[skip ci]
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" } }
MIT
Made with contributors-img.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
oxlint-config-egg
Node.js Style Guide for EggJS, base on oxlint
Install
Usage
package.json.oxlintrc.jsonpackage.json#scriptsLicense
MIT
Contributors
Made with contributors-img.