@eggjs/oxlint-config
Version:
Share oxlint config
43 lines (30 loc) • 1.41 kB
Markdown
# @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
},
"extends": [
"./node_modules/@eggjs/oxlint-config/.oxlintrc.json"
]
}
```
## License
[MIT](./LICENSE)
## Contributors
[](https://github.com/eggjs/oxlint-config/graphs/contributors)
Made with [contributors-img](https://contrib.rocks).