From c3ee44d7b04d54a0063e5bb27c6d64503c4ab58d Mon Sep 17 00:00:00 2001 From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com> Date: Sat, 13 May 2023 18:15:32 +0900 Subject: [PATCH] Force stylelint 14.14.0 stylelint 14.14.0 will be the last version for the original stylefmt. or update `/lib/params.js` such that `stylelint.isPathIgnored(file)` fits to the latest API in Stylelint. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index abac153..18d66ec 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,9 @@ "faucet": "^0.0.1", "klaw": "^4.0.1", "tape": "^5.5.3" + }, + "overrides": { + "stylelint-order": "5.0.0", + "stylelint": "14.14.0" } }