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
Transition from deprecated @babel/plugin-syntax-import-assertions to the new @babel/plugin-syntax-import-attributes and enable option deprecatedAssertSyntax for backward compatibility with import assertions. Since this is a peer dependency, consumers must switch plugins to match.
🌎 External changes
Export JavaScript configuration as configuration/javascript.
Export TypeScript configuration as configuration/typescript now that microsoft/TypeScript#48665 has been fixed.
Update README with instructions on how to consume Babel, ESLint, JavaScript, rollup.js, and TypeScript configurations.
🏠 Internal changes
Clean up package.json scripts and remove engines field.