1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-16 23:30:08 +02:00

switch off no-alert rule.

This commit is contained in:
Kushagra Gour 2016-12-05 10:42:19 +05:30
parent ba3775d3ee
commit cc4f6dc521

View File

@ -78,7 +78,7 @@
"newline-after-var": "off",
"newline-before-return": "off",
"newline-per-chained-call": "error",
"no-alert": "error",
"no-alert": "off",
"no-array-constructor": "error",
"no-bitwise": "off",
"no-caller": "error",