From 75ac332bc93c9829e8099b67da38e13b6c27a110 Mon Sep 17 00:00:00 2001 From: nnmrts Date: Thu, 18 Jun 2020 20:51:59 +0200 Subject: [PATCH] revert: :bug: switched to cjs again doesn't work :( --- rules/variables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/variables.js b/rules/variables.js index 4dafc9b..ce596e6 100644 --- a/rules/variables.js +++ b/rules/variables.js @@ -1,6 +1,6 @@ const confusingBrowserGlobals = require("confusing-browser-globals"); -export default { +module.exports = { rules: { "init-declarations": ["error", "always"], "no-delete-var": "error",