Skip to content

Commit 83304bc

Browse files
committed
refactor(eslint): remove simple-import-sort rule
1 parent ba571b2 commit 83304bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
"import/extensions": "off",
106106
"no-console": "off",
107107
"no-nested-ternary": "off",
108-
"no-useless-catch": "off"
108+
"no-useless-catch": "off",
109+
"simple-import-sort/imports": "off"
109110
}
110111
},
111112
"eslintIgnore": [

0 commit comments

Comments
 (0)