From cbfd72e42d4c0d09c4f078ad71e701f3215379b0 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Fri, 24 May 2024 15:21:22 -0400 Subject: [PATCH] update usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2667d..d720f1d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In the project's `eslint.config.js` file. import eslintConfigCityssm from 'eslint-config-cityssm' export default [ - eslintConfigCityssm + ...eslintConfigCityssm ] ```