Fix ESLint parser errors in webpack config

This commit is contained in:
Burner 2022-08-17 13:50:52 -05:00
parent f18ebd083a
commit 4d06fcf4c1
No known key found for this signature in database
GPG key ID: 0DDB54067D8055E7

View file

@ -9,5 +9,8 @@
"plugins": ["eslint-plugin-optimize-regex", "sonarjs"],
"rules": {
"sonarjs/cognitive-complexity": ["warn", 20]
},
"env": {
"es6": true
}
}