1
0
mirror of https://github.com/S2-/ejs-render-remote synced 2025-08-02 04:30:04 +02:00

no-console

This commit is contained in:
s2
2020-02-08 18:24:09 +01:00
parent 6635965706
commit d53c239f90

View File

@@ -28,6 +28,7 @@
"dot-notation": 0, "dot-notation": 0,
"no-multi-str": 2, "no-multi-str": 2,
"key-spacing": [2, {"afterColon": true}], "key-spacing": [2, {"afterColon": true}],
"func-call-spacing": [2, "never"] "func-call-spacing": [2, "never"],
"no-console": "warn"
} }
} }