diff --git a/.eslintrc.js b/.eslintrc.js index dd68d84..bafee3f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,5 +15,6 @@ module.exports = { 'no-console': 'off', 'no-alert': 'off', 'no-plusplus': 'off', + 'import/extensions': 'off', }, };