eslint: Forbid CommonJS variables in ES6 modules.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-03-23 00:42:16 -07:00
committed by Tim Abbott
parent 830c4acedc
commit 9553f11387
9 changed files with 12 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
/* eslint-env commonjs */
"use strict";
// Media query breakpoints according to Bootstrap 4.5