From 8dc1c0bf2c347fa9119fb86e41a8daaf575100c5 Mon Sep 17 00:00:00 2001 From: Lucas Genzelis Date: Sat, 7 Dec 2024 20:14:28 -0300 Subject: [PATCH] feat: bump version (#4) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e048256..ee9f771 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This fork fixes a problem in the original (no longer maintained) repo, where a .scss file would cause eslint errors if it included modern syntax such as `@use`. It also adds some niceties, such as: - Throws an error if the imported file cannot be found (silent failure in the original repo) -- Throws an error out if the imported file cannot be parsed (silent failure in the original repo) +- Throws an error if the imported file cannot be parsed (silent failure in the original repo) Please check the documentation for the original repo [here](https://github.com/atfzl/eslint-plugin-css-modules).