mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-02 20:18:35 +00:00
16 lines
383 B
JSON
16 lines
383 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/",
|
|
"packages/producer/tests/**/src/vendor/**",
|
|
"registry/blocks/**/lib/*.iife.js"
|
|
]
|
|
}
|