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'],