From 8c63dff97bdcab32cd14a8a7849c5959bd081f7d Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sat, 12 Nov 2022 23:15:09 -0600 Subject: [PATCH] style: Set sort-imports to warn --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 6622c79..8f79d89 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,6 +49,7 @@ "@typescript-eslint/require-array-sort-compare": "error", "@typescript-eslint/restrict-plus-operands": "error", "semi": "off", + "sort-imports": "warn", "@typescript-eslint/semi": ["error", "never"], "@typescript-eslint/type-annotation-spacing": "error", "@typescript-eslint/unbound-method": "error"