From 21d643a6d76ce23d9b1ff9a9cd947b0556cd1178 Mon Sep 17 00:00:00 2001 From: Matanel Mac Date: Sat, 27 May 2023 18:14:28 +0300 Subject: [PATCH 1/2] updated stylelint dependencies --- packages/cna-template/template/nuxt/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/cna-template/template/nuxt/package.json b/packages/cna-template/template/nuxt/package.json index 13477d40f..54eaaf734 100644 --- a/packages/cna-template/template/nuxt/package.json +++ b/packages/cna-template/template/nuxt/package.json @@ -42,9 +42,8 @@ "lint-staged": "^13.0.3", "postcss-html": "^1.5.0", "prettier": "^2.7.1", - "stylelint": "^14.13.0", - "stylelint-config-prettier": "^9.0.3", + "stylelint": "^15.6.2", "stylelint-config-recommended-vue": "^1.4.0", - "stylelint-config-standard": "^28.0.0" + "stylelint-config-standard": "^33.0.0" } } From 1059dd371b9bb82e5f9d463cf13beee4658b4641 Mon Sep 17 00:00:00 2001 From: Matanel Mac Date: Sat, 27 May 2023 18:14:43 +0300 Subject: [PATCH 2/2] removed stylelint-config-prettier --- packages/cna-template/template/_stylelint.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/cna-template/template/_stylelint.config.js b/packages/cna-template/template/_stylelint.config.js index 8dfbd8cc8..49fd6ec27 100644 --- a/packages/cna-template/template/_stylelint.config.js +++ b/packages/cna-template/template/_stylelint.config.js @@ -2,10 +2,7 @@ module.exports = { customSyntax: 'postcss-html', extends: [ 'stylelint-config-standard', - 'stylelint-config-recommended-vue', - <%_ if (prettier) { _%> - 'stylelint-config-prettier' - <%_ } _%> + 'stylelint-config-recommended-vue' ], // add your custom config here // https://stylelint.io/user-guide/configuration