https://github.com/eggjs/oxlint-config
oxlint config for our projects.
https://github.com/eggjs/oxlint-config
Last synced: 2 months ago
JSON representation
oxlint config for our projects.
- Host: GitHub
- URL: https://github.com/eggjs/oxlint-config
- Owner: eggjs
- License: mit
- Created: 2025-08-08T02:58:09.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-08-08T07:35:20.000Z (5 months ago)
- Last Synced: 2025-09-27T03:51:38.728Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @eggjs/oxlint-config
[](https://www.npmjs.com/package/@eggjs/oxlint-config)
[](https://www.npmjs.com/package/@eggjs/oxlint-config)
[](https://github.com/eggjs/oxlint-config/blob/master/LICENSE)
[](https://github.com/eggjs/oxlint-config/actions/workflows/ci.yml?query=branch%3Amaster)
[](https://makeapullrequest.com)

oxlint config for our projects.
## Install
```bash
npm i -D @eggjs/oxlint-config
```
## Usage
Extends on your project root `.oxlintrc.json` file:
```json
{
"$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](./LICENSE)
## Contributors
[](https://github.com/eggjs/oxlint-config/graphs/contributors)
Made with [contributors-img](https://contrib.rocks).