chore: webpack config

This commit is contained in:
Mo Bitar
2021-10-23 09:06:59 -05:00
parent 9b06e00ba8
commit 82fc103a3e
6 changed files with 25 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
"parserOptions": {
"project": "./app/assets/javascripts/tsconfig.json"
},
"ignorePatterns": [".eslintrc.js", "webpack.*.js"],
"ignorePatterns": [".eslintrc.js", "webpack.*.js", "webpack-defaults.js"],
"rules": {
"standard/no-callback-literal": 0, // Disable this as we have too many callbacks relying on literals
"no-throw-literal": 0,