From 53b7bfb76d90f2a678b62ec54500d5c3051585bc Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 27 Oct 2024 16:38:48 +0000 Subject: [PATCH] Fix comment --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index f44c17c..3f08fa7 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -884,7 +884,7 @@ export default [ 'unicorn/relative-url-style': 2, // Filenames - // Setting options to `eslint-plugin-fp` does not work with ESLint 9 + // Setting options to eslint-plugin-filenames does not work with ESLint 9 'filenames/match-regex': 0, 'filenames/match-exported': 0, 'filenames/no-index': 2,