commit a485c378ec61d3c47b47579b930dcbab07e17616 parent 75397bd5f3ce4285610d4de52b21a115d13dbbde Author: krasjet Date: 2020-05-29 02:13Z turn off the false positive warning Diffstat:
M | .eslintrc.json | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.eslintrc.json b/.eslintrc.json @@ -12,6 +12,7 @@ "rules": { "semi": ["warn", "always"], "quotes": ["warn", "double"], - "no-unused-vars": "off" + "no-unused-vars": "off", + "require-atomic-updates": "off" } }