Files
DefinitelyTyped/types/activex-wia/.eslintrc.json
Nathan Shively-Sanders 835c3caaf8 Add no-single-element-tuple-type exemptions (#64913)
I missed these earlier, and they are new failures; the old rule didn't
catch these.
2023-03-27 18:06:48 -07:00

6 lines
102 B
JSON

{
"rules": {
"no-const-enum": "off",
"no-single-element-tuple-type": "off"
}
}