Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 1.69 KB

File metadata and controls

61 lines (49 loc) · 1.69 KB

@eggjs/oxlint-config

NPM Version NPM Downloads NPM License GitHub Workflow Status PRs Welcome CodeRabbit Pull Request Reviews

oxlint config for our projects.

Install

npm i -D @eggjs/oxlint-config

Usage

Extends on your project root .oxlintrc.json file:

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "env": {
    "node": true
  },
  "categories": {
    "correctness": "error",
    "perf": "error",
    "nursery": "error",
    "restriction": "error",
    "style": "error",
    "pedantic": "error",
    "suspicious": "error"
  },
  "plugins": [
    "import",
    "typescript",
    "unicorn",
    "jsdoc",
    "node",
    "promise",
    "oxc"
  ],
  "extends": [
    "./node_modules/@eggjs/oxlint-config/.oxlintrc.json"
  ],
  "rules": {}
}

License

MIT

Contributors

Contributors

Made with contributors-img.