removed eslint-import-resolver-module-alias (#38)

This commit is contained in:
2021-05-03 18:50:43 +02:00
committed by GitHub
parent c6cacdae5e
commit 9bcd195afd
3 changed files with 11 additions and 46 deletions

View File

@ -77,14 +77,6 @@
"commonjs": true,
"es2017": true
},
"plugins": [
"prettier"
],
"extends": [
"airbnb",
"prettier"
],
"settings": {
"import/resolver": "module-alias"
}
}
"plugins": ["prettier"],
"extends": ["airbnb", "prettier"]
}