File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
packages/stylelint-config-airbnb Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 plugins : [
33 'stylelint-scss' ,
4- 'stylelint-value-border-zero' ,
54 ] ,
65 rules : {
76 'at-rule-empty-line-before' : 'never' ,
@@ -23,8 +22,8 @@ module.exports = {
2322 'scss/dollar-variable-pattern' : '^foo' ,
2423 'scss/at-extend-no-missing-placeholder' : true ,
2524
26- 'value-border-zero ' : {
27- convention : '0' ,
25+ 'declaration-property-value-blacklist ' : {
26+ '/^border/' : [ 'none' ] ,
2827 } ,
2928 } ,
3029} ;
Original file line number Diff line number Diff line change 3030 "eslint-config-airbnb-base" : " ^4.0.0" ,
3131 "eslint-plugin-import" : " ^1.10.2" ,
3232 "stylelint" : " ^6.9.0" ,
33- "stylelint-scss" : " ^1.2.1" ,
34- "stylelint-value-border-zero" : " ^1.0.2"
33+ "stylelint-scss" : " ^1.2.1"
3534 },
3635 "peerDependencies" : {
3736 "stylelint" : " ^6.9.0" ,
You can’t perform that action at this time.
0 commit comments