From 6e93ef95865fae37212a02fb31aadeda082d14f2 Mon Sep 17 00:00:00 2001 From: moisseev Date: Sun, 19 Nov 2023 16:35:51 +0300 Subject: [Test] Restore stylistic rules check https://eslint.org/blog/2023/10/deprecating-formatting-rules/ --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 51860e148..dd1bca360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "devDependencies": { "eslint": "*", + "@stylistic/eslint-plugin": "*", "stylelint": ">=13.6.0", "stylelint-config-standard": "*", "postcss-html": "*" -- cgit v1.2.3