From 0f523a98a5210ab569fdc7b0bb0dec1b9ac5141c Mon Sep 17 00:00:00 2001 From: wakamsha Date: Tue, 5 Mar 2024 14:32:02 +0900 Subject: [PATCH] fix comment --- rules/imports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/imports.js b/rules/imports.js index e220cac..ca3698c 100644 --- a/rules/imports.js +++ b/rules/imports.js @@ -6,7 +6,7 @@ * This file is a copy of https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/imports.js * with the following modifications: * - * - Disable `import/extensions` rule to force import path to include file extension + * - Disable `import/extensions` rule to avoid including file extensions in the import path * - Disable `import/prefer-default-export` rule to allow named exports * - Enable `import/no-default-export` rule to disallow default exports */