Skip to content

Commit

Permalink
fix: remove depracted rule
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Feb 16, 2023
1 parent dfedd27 commit 76b2aa4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,16 +422,6 @@ module.exports = {
severity: 'warning',
},
],
/**
* https://stylelint.io/user-guide/rules/at-rule-name-newline-after
* Require a newline after at-rule names.
*/
'at-rule-name-newline-after': [
'always-multi-line',
{
severity: 'warning',
},
],
/**
* https://stylelint.io/user-guide/rules/comment-no-empty
* Disallow empty comments.
Expand Down Expand Up @@ -732,4 +722,4 @@ module.exports = {
},
],
},
};
};

0 comments on commit 76b2aa4

Please sign in to comment.