monkeytype/packages/contracts/.oxlintrc.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

6 lines
92 B
JSON

{
"extends": [
"../oxlint-config/index.json"
// "@monkeytype/oxlint-config"
]
}