mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-02 20:18:35 +00:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json",
|
|
"categories": {
|
|
"correctness": "error"
|
|
},
|
|
"plugins": ["react", "typescript"],
|
|
"ignorePatterns": [
|
|
"dist/",
|
|
"coverage/",
|
|
"node_modules/",
|
|
"playground/",
|
|
"registry/blocks/**/lib/*.iife.js"
|
|
]
|
|
}
|