Skip to content

Commit

Permalink
Disable comment-empty-line-before
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Nov 6, 2024
1 parent 18fe345 commit b0f7470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export default {
'keyframe-selector-notation': ['percentage-unless-within-keyword-only-block'],
'media-query-no-invalid': null,
'media-feature-range-notation': ['prefix'],
'comment-empty-line-before': null,
},
overrides: [
{
Expand All @@ -140,7 +141,6 @@ export default {
rules: {
'rule-empty-line-before': null,
'declaration-empty-line-before': null,
'comment-empty-line-before': null,
'length-zero-no-unit': null,
'selector-max-type': null,
'primer/colors': null,
Expand Down

0 comments on commit b0f7470

Please sign in to comment.