Skip to content

Commit

Permalink
chore: downgrade stylelint & replace stylelint-config-wordpress with …
Browse files Browse the repository at this point in the history
…@wordpress/stylelint-config
  • Loading branch information
saas786 committed Oct 13, 2024
1 parent bb2148a commit af37935
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 159 deletions.
5 changes: 3 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "stylelint-config-wordpress/scss",
"extends": "@wordpress/stylelint-config/scss",
"rules": {
"string-quotes": null,
"block-no-empty": null,
Expand All @@ -9,6 +9,7 @@
"color-named": null,
"declaration-colon-space-before": null,
"at-rule-empty-line-before": null,
"indentation": "tab"
"indentation": "tab",
"selector-attribute-quotes": null
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@babel/runtime": "^7.25.0",
"@wordpress/babel-preset-default": "^8.5.0",
"@wordpress/browserslist-config": "^6.4.0",
"@wordpress/stylelint-config": "^22.5.0",
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "2.3.0",
"copy-webpack-plugin": "^12.0.2",
Expand All @@ -54,8 +55,7 @@
"rimraf": "^6.0.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"stylelint": "^16.8.1",
"stylelint-config-wordpress": "^17.0.0",
"stylelint": "^14.16.1",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit af37935

Please sign in to comment.