-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.0: Add JS/TS configuration exports; switch Babel plugins
⚠️ BREAKING CHANGES (if using lint rules): - 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. 🧹 Chores: - Upgrade dependencies.
- Loading branch information
Showing
4 changed files
with
1,303 additions
and
1,260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.