diff --git a/.stylelintignore b/.stylelintignore index 4ddb7e08d..04f08797f 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -3,6 +3,11 @@ LICENSE *.png *.json +*.js +*.mjs +*.ts +*.mts +*.tsx *.lock *.log *.svg 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",