Skip to content

Commit

Permalink
fix: Drop rules not available in stylelint 16
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 29, 2024
1 parent c1fc433 commit 3711560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
ignoreFiles: ['**/*.js', '**/*.ts', '**/*.svg'],
rules: {
'selector-type-no-unknown': null,
'number-leading-zero': null,
'rule-empty-line-before': [
'always',
{
Expand All @@ -21,7 +20,6 @@ module.exports = {
],
'comment-empty-line-before': null,
'selector-type-case': null,
'selector-list-comma-newline-after': null,
'no-descending-specificity': null,
'selector-pseudo-class-no-unknown': [
true,
Expand Down

0 comments on commit 3711560

Please sign in to comment.