From 31384120be8c8d8b41c9858e1264aa242ff725ac Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Wed, 26 Oct 2022 23:36:27 -0700 Subject: import -> require Signed-off-by: Devlin Junker --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 5e4e91f29..773ba1ef4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ -import path from 'path'; +const path = require('path'); module.exports = { root: true, -- cgit v1.2.3