File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ### 1.0.7: 2026-02-06
2+
3+ * Add exclude patterns for wp-scripts generated blocks files, Ref: DEV-748
4+
15### 1.0.6: 2026-01-30
26
37* Support both ` front-end.css ` and ` global.css ` for air-light 10.0.0+, Ref: DEV-720
Original file line number Diff line number Diff line change 2424 <exclude-pattern >*/mu-plugins/bedrock-autoloader*</exclude-pattern >
2525 <exclude-pattern >*/content/db.php</exclude-pattern >
2626 <exclude-pattern >scripts/Roots/*</exclude-pattern >
27+ <exclude-pattern >*/blocks/*.asset.php</exclude-pattern >
28+ <exclude-pattern >*/blocks/*.js</exclude-pattern >
29+ <exclude-pattern >*/blocks/*.css</exclude-pattern >
2730
2831 <!-- Suppress deprecation warnings -->
2932 <config name =" ignore_warnings_on_exit" value =" 1" />
Original file line number Diff line number Diff line change 11{
22 "name" : " @digitoimistodude/stylelint-config" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " Dude's shareable stylelint config for SCSS" ,
55 "main" : " stylelint.config.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments