From 0180887bbb0fe16714ea5b58f9818ea8d31c1a4e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 5 Sep 2021 16:44:36 +0900 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 3e3731362..952a2ee9e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -26,6 +26,12 @@ module.exports = { 'before': true, 'after': true, }], + /* TODO: path aliasを使わないとwarnする + 'no-restricted-imports': ['warn', { + 'patterns': [ + ] + }], + */ 'no-multi-spaces': ['error'], 'no-var': ['error'], 'prefer-arrow-callback': ['error'],