optimize webpack and other minor changes

This commit is contained in:
Elisha Nuchi
2020-02-11 00:17:02 -05:00
parent ac658369f7
commit ad490675c1
19 changed files with 2884 additions and 13512 deletions
+5 -4
View File
@@ -1,8 +1,8 @@
{
"root": true,
"parser": "babel-eslint",
"extends": ["eslint:recommended", "google"],
"plugins": ["googleappsscript"],
"extends": ["airbnb-base", "prettier"],
"plugins": ["googleappsscript", "prettier"],
"env": {
"googleappsscript/googleappsscript": true
},
@@ -12,6 +12,7 @@
"global": true
},
"rules": {
"import/prefer-default-export": 0
"import/prefer-default-export": 0,
"prettier/prettier": "error"
}
}
}