We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8d08d commit 492cc67Copy full SHA for 492cc67
packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @itaober/eslint-config
2
3
+## 1.0.1
4
+
5
+### Patch Changes
6
7
+- Remove import/order rule to resolve import sorting conflict.
8
9
## 1.0.0
10
11
### Major Changes
packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@itaober/eslint-config",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Taober's Eslint preset",
"keywords": [
"eslint"
0 commit comments