This commit is contained in:
Paolo Arena
2021-09-22 01:14:30 +02:00
parent db4b06f67f
commit f24dd63551
17 changed files with 707 additions and 117 deletions

View File

@@ -19,6 +19,7 @@ module.exports = {
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: 'module', // Allows for the use of imports
},
ignorePatterns: ["babel.config.js"],
env: {
node: true,
@@ -162,4 +163,7 @@ module.exports = {
},
],
},
'settings': {
'import/resolver': 'webpack'
},
}