From 05d6c31335ad27c07982bbbeee500f2558edc4ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 17:35:56 +0000 Subject: [PATCH 1/3] chore(deps): update dependency @1stg/stylelint-config to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6ea90b04..c26936a1d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@1stg/lint-staged": "^3.3.0", "@1stg/remark-config": "^4.0.3", "@1stg/simple-git-hooks": "^0.2.1", - "@1stg/stylelint-config": "^4.6.1", + "@1stg/stylelint-config": "^5.0.0", "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.17.0", "@babel/plugin-proposal-function-bind": "^7.16.7", From c63473349d6422fb0505ca27137302ba2965a682 Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Wed, 26 Apr 2023 09:52:32 +0900 Subject: [PATCH 2/3] Update .stylelintignore --- .stylelintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.stylelintignore b/.stylelintignore index 4ddb7e08d..c93f5a316 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -3,6 +3,8 @@ LICENSE *.png *.json +*.js +*.ts *.lock *.log *.svg From be8c6a0446c74a512814bdeb569da0379d0594cf Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Wed, 26 Apr 2023 09:55:32 +0900 Subject: [PATCH 3/3] Update .stylelintignore --- .stylelintignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.stylelintignore b/.stylelintignore index c93f5a316..04f08797f 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -4,7 +4,10 @@ LICENSE *.png *.json *.js +*.mjs *.ts +*.mts +*.tsx *.lock *.log *.svg