We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30a09c commit 799027bCopy full SHA for 799027b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### Version 6.0.1 (2020-11-19)
2
+
3
+- Fixed: `as default` in exports no longer results in invalid code.
4
5
### Version 6.0.0 (2020-11-15)
6
7
- Renamed: `simple-import-sort/sort` is now called `simple-import-sort/imports`.
package-real.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-simple-import-sort",
- "version": "6.0.0",
+ "version": "6.0.1",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
0 commit comments