Skip to content

Node.js Style Guide for EggJS, base on oxlint

License

Notifications You must be signed in to change notification settings

eggjs/oxlint-config-egg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oxlint-config-egg

NPM version build status npm download Node.js Version PRs Welcome CodeRabbit Pull Request Reviews

Node.js Style Guide for EggJS, base on oxlint

Install

npm i -D oxlint oxlint-config-egg

Usage

  • 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"
  }
}

License

MIT

Contributors

Contributors

Made with contributors-img.