Files
DefinitelyTyped/types/blazy/.eslintrc.json
Nathan Shively-Sanders ef0961aa77 Port no-declare-current-package (#64854)
* Port no-declare-current-package

Depends on
https://github.com/microsoft/DefinitelyTyped-tools/pull/645

* add no-single-declare-module exemptions
2023-03-22 12:37:35 -07:00

8 lines
125 B
JSON

{
"rules": {
"dt-header": "off",
"trim-file": "off",
"no-declare-current-package": "off"
}
}