Skip to content

Commit

Permalink
Add a couple of ignoreTypes, many more to follow
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Feb 29, 2024
1 parent 0f6fdd6 commit e2e7d87
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
"rules": {
"declaration-block-no-redundant-longhand-properties": null,
"declaration-block-single-line-max-declarations": null,
"length-zero-no-unit": null
"length-zero-no-unit": null,

"selector-type-no-unknown": [true, {
"ignoreTypes": [
"author",
"date",
"description",
"genre"
]
}]
}
}

0 comments on commit e2e7d87

Please sign in to comment.