From 0edcd6e51413c271d9495c2694972e8ac452f9b1 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Tue, 28 Nov 2023 02:44:24 +0900 Subject: [PATCH] Update eslint config --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index ae29544..5272b83 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,6 +27,7 @@ module.exports = { 'prefer-const': 'error', '@typescript-eslint/no-explicit-any': 'off', 'simple-import-sort/imports': 'error', + 'simple-import-sort/exports': 'error', 'unused-imports/no-unused-imports-ts': 'error', }, }