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:
parent
ba3775d3ee
commit
cc4f6dc521
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user