From 7c47aa84046839d8aba8688878632ea43617ba01 Mon Sep 17 00:00:00 2001 From: Clayton Watts Date: Sat, 22 Jun 2024 22:23:30 -0600 Subject: [PATCH] Code style --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 2b52851..ba96fe6 100644 --- a/index.js +++ b/index.js @@ -36,8 +36,8 @@ var getConfig = (type) => ({ module.exports = { configs: { - all: getConfig("error"), - 'all-warn': getConfig("warn"), + all: getConfig('error'), + 'all-warn': getConfig('warn'), }, rules: rules, };