Detalhes do pacote

@eggjs/oxlint-config

eggjs0MIT1.0.0

Share oxlint config

oxlint-config

readme (leia-me)

@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
  },
  "extends": [
    "./node_modules/@eggjs/oxlint-config/.oxlintrc.json"
  ]
}

License

MIT

Contributors

Contributors

Made with contributors-img.

changelog (log de mudanças)