Files
hyperframes/.oxlintrc.json
T

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"
]
}