Spaces:
Sleeping
Sleeping
File size: 242 Bytes
8219a27 | 1 2 3 4 5 6 7 8 | {
"$schema": "https://raw.githubusercontent.com/nicolo-ribaudo/oxc-project/refs/heads/nicolo/json-schema/npm/oxlint/configuration_schema.json",
"rules": {
"no-useless-escape": "off"
},
"ignorePatterns": ["dist", "node_modules"]
}
|