mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* 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>
6 lines
64 B
JSON
6 lines
64 B
JSON
{
|
|
"rules": {
|
|
"export-just-namespace": "off"
|
|
}
|
|
}
|