monkeytype/packages/oxlint-config/package.json
Jack cac8835c77
chore: add oxlint (@miodec) (#6455)
Use oxlint for general linting to provide much quicker feedback. Keep
eslint for type-aware rules. Fully switch to oxlint once it supports
type-aware.
2025-04-16 17:18:50 +02:00

7 lines
105 B
JSON

{
"name": "@monkeytype/oxlint-config",
"private": true,
"exports": {
".": "./index.json"
}
}