mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 11:00:54 +01:00
Merge pull request #37 from YaBoiBurner/eslint-fix
Fix ESLint parser errors in webpack config
This commit is contained in:
commit
0c6bae0096
1 changed files with 3 additions and 0 deletions
|
@ -9,5 +9,8 @@
|
||||||
"plugins": ["eslint-plugin-optimize-regex", "sonarjs"],
|
"plugins": ["eslint-plugin-optimize-regex", "sonarjs"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"sonarjs/cognitive-complexity": ["warn", 20]
|
"sonarjs/cognitive-complexity": ["warn", 20]
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"es6": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue