mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-21 14:06:44 +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.
6 lines
92 B
JSON
6 lines
92 B
JSON
{
|
|
"extends": [
|
|
"../oxlint-config/index.json"
|
|
// "@monkeytype/oxlint-config"
|
|
]
|
|
}
|