mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
eslint: change space-before-blocks from warning to error and fix violations
This commit is contained in:
committed by
Tim Abbott
parent
4491ea8d6b
commit
b8fc3f0e65
@@ -179,7 +179,7 @@
|
|||||||
"case": { "after": true }
|
"case": { "after": true }
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
"space-before-blocks": 1,
|
"space-before-blocks": 2,
|
||||||
"strict": 1,
|
"strict": 1,
|
||||||
"unnecessary-strict": 0,
|
"unnecessary-strict": 0,
|
||||||
"use-isnan": 2,
|
"use-isnan": 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user