Merge pull request #37 from YaBoiBurner/eslint-fix

Fix ESLint parser errors in webpack config
This commit is contained in:
dangered wolf 2022-08-17 14:53:03 -04:00 committed by GitHub
commit 0c6bae0096
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

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