mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-22 23:05:31 -04:00
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"options": {
|
|
"typeAware": true,
|
|
"typeCheck": true
|
|
},
|
|
"categories": {
|
|
"correctness": "error"
|
|
},
|
|
"ignorePatterns": ["dist"]
|
|
}
|