Disable import/extensions rule to match convention

This commit is contained in:
Sam Schloegel
2022-01-03 15:20:00 -05:00
parent 1bbc28f817
commit 22be9dbccf
+1
View File
@@ -15,5 +15,6 @@ module.exports = {
'no-console': 'off',
'no-alert': 'off',
'no-plusplus': 'off',
'import/extensions': 'off',
},
};