Files
DefinitelyTyped/types/fixed-data-table/.eslintrc.json
Josh Goldberg 066caa89ef Tooling: migrated export-just-namespace to ESLint (#62141)
* Tooling: migrated export-just-namespace to ESLint

* Ah, also add to .eslintrc.json

* Update disable-next-line comments for export-just-namespace

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2022-09-13 10:57:41 -07:00

7 lines
92 B
JSON

{
"rules": {
"dt-header": "off",
"export-just-namespace": "off"
}
}