mirror of https://github.com/zulip/zulip.git
eslint: Enable lines-around-directive.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
f38d68e110
commit
bbf7bd949b
|
@ -38,6 +38,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"import/unambiguous": "error",
|
"import/unambiguous": "error",
|
||||||
|
"lines-around-directive": "error",
|
||||||
"new-cap": "error",
|
"new-cap": "error",
|
||||||
"no-alert": "error",
|
"no-alert": "error",
|
||||||
"no-array-constructor": "error",
|
"no-array-constructor": "error",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
|
|
Loading…
Reference in New Issue