@definitelytyped/eslint-plugin
ESLint rules for DefinitelyTyped.
The @definitelytyped:all
preset enables all rules.
ESLint rules for DefinitelyTyped
@definitelytyped/eslint-plugin
ESLint rules for DefinitelyTyped.
The @definitelytyped:all
preset enables all rules.
import = require()
in lint rulesa18ce6b1: Remove use of module resolution and OTHER_FILES, instead include all dts files in packages
Files in packages are no longer determined by import resolution stemming from index.d.ts
and tests (along with those listed in OTHER_FILES.txt
).
Instead, all files matching the glob **/*.d.{ts,cts,mts,*.d.ts}
are included in the package, excluding those inside of versioned subdirectories.
While not used for automated package publishing, an .npmignore
is now required in each package.
This allows for one-off npm pack
-ing of packages, such that external tooling can get a rough approximation of what will be published for analysis.
Updated dependencies [a18ce6b1]