Browse Source

devops[#1611]: Fixed an eslint rule I broke in the previous commit

tags/v0.8.2
Shaun 3 years ago
parent
commit
804a8643b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/client/.eslintrc

+ 1
- 1
src/client/.eslintrc View File

@@ -63,7 +63,7 @@
"before": true
}
],
"block-scoped--var": 2,
"block-scoped-var": 2,
"brace-style": [
2,
"1tbs",


Loading…
Cancel
Save