9 lines
204 B
JSON
9 lines
204 B
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
||
|
|
"env": {
|
||
|
|
"browser": true,
|
||
|
|
"node": true
|
||
|
|
},
|
||
|
|
"ignorePatterns": ["dist/**", "dist-demo/**", "coverage/**", "node_modules/**"]
|
||
|
|
}
|