mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 23:44:19 +08:00
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.
7 lines
105 B
JSON
7 lines
105 B
JSON
{
|
|
"name": "@monkeytype/oxlint-config",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./index.json"
|
|
}
|
|
}
|