Skip to content

eggjs/oxlint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

oxlint config for our projects.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •