Fix: eslint update to 6.0.1 (#5730)

This commit is contained in:
Diamond Lewis
2019-06-25 16:36:42 -05:00
committed by GitHub
parent 19098a46ac
commit 7ffb3b65e0
2 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,8 @@
"no-multiple-empty-lines": 1,
"prefer-const": "error",
"space-infix-ops": "error",
"no-useless-escape": "off"
"no-useless-escape": "off",
"no-prototype-builtins": "off",
"require-atomic-updates": "off"
}
}