You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified dev dependencies and config for ESLint.
Removed the jsdoc-md dev dependency and the related package scripts, replacing the readme “API” section with manually written “Examples” and “Exports” sections.
Updated jsconfig.json to disable TypeScript automatic type acquisition for the project.
Moved a JSDoc @typedef block to after the module default export.