Enable restrict-plus-operands and fix issues detected

This commit is contained in:
Leonid Logvinov
2018-01-17 16:14:25 +01:00
parent 9f47c72d31
commit b4375d6f64
5 changed files with 5 additions and 4 deletions

View File

@@ -60,6 +60,7 @@
"prefer-function-over-method": true,
"promise-function-async": true,
"quotemark": [true, "single", "avoid-escape", "jsx-double"],
"restrict-plus-operands": true,
"semicolon": [true, "always"],
"space-before-function-paren": [
true,