eslint: Enable lines-around-directive.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-02-09 13:46:25 -08:00 committed by Tim Abbott
parent f38d68e110
commit bbf7bd949b
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -1,4 +1,5 @@
#!/usr/bin/env node #!/usr/bin/env node
"use strict"; "use strict";
const fs = require("fs"); const fs = require("fs");