From 4fc76e764c10633e0d0aaf907e0ac7b6cce73b46 Mon Sep 17 00:00:00 2001 From: Markus Ekholm Date: Thu, 20 Feb 2025 15:16:03 +0100 Subject: [PATCH] Update README.md Co-authored-by: MattiasOlla --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0714594..3adca61 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ const globals = require("@bonniernews/eslint-config/globals"); module.exports = [ ...allYourGoodConfigs, - { files: "assets/scripts", languageOptions: { globals: globals.browser } } + { files: [ "assets/scripts" ], languageOptions: { globals: globals.browser } } ]; ```