This repository was archived by the owner on Feb 25, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # HEAD
1+ # 2.1.0
22
33* Added: ` max-empty-lines ` rule, limits the number of adjacent empty lines to 2.
4- * Updated ` rule-nested-empty-line-before ` rule with option ` ignore: ["after-comment"] ` .
4+ * Changed ` rule-nested-empty-line-before ` rule option ` ignore: ["after-comment"] ` .
55* Removed all vendor prefixes, lets autoprefixer handle vendor prefixes:
6- * Removed ` at-rule-no-vendor-prefix `
7- * Removed ` media-feature-name-no-vendor-prefix `
8- * Removed ` property-no-vendor-prefix `
9- * Removed ` selector-no-vendor-prefix `
10- * Removed ` value-no-vendor-prefix `
6+ * Removed ` at-rule-no-vendor-prefix `
7+ * Removed ` media-feature-name-no-vendor-prefix `
8+ * Removed ` property-no-vendor-prefix `
9+ * Removed ` selector-no-vendor-prefix `
10+ * Removed ` value-no-vendor-prefix `
1111
1212# 2.0.2
1313
Original file line number Diff line number Diff line change 11{
22 "name" : " stylelint-config-wordpress" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " WordPress shareable config for stylelint" ,
55 "keywords" : [
66 " css" ,
2828 "eslint" : " ^2.2.0" ,
2929 "eslint-config-stylelint" : " ^1.0.0" ,
3030 "npmpub" : " ^3.0.3" ,
31- "stylelint" : " ^4.3.4 "
31+ "stylelint" : " ^4.4.0 "
3232 },
3333 "scripts" : {
3434 "ava" : " ava --verbose \" __tests__/**/*.js\" " ,
You can’t perform that action at this time.
0 commit comments