From 45c2e33e3bafc04a53cb4d52f3bfc14faf764483 Mon Sep 17 00:00:00 2001 From: Gajus Date: Fri, 23 Aug 2024 17:57:35 +0300 Subject: [PATCH] wip --- eslint.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 23c0d20..ffd5567 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,6 +1,6 @@ -import eslintPluginCanonical from './dist/src/index.js'; +const eslintPluginCanonical = require('./dist/src/index.js'); -export default [ +module.exports = [ { ignores: [ 'package-lock.json',