Skip to content

Commit

Permalink
Fix validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 22, 2024
1 parent 213f3f9 commit 5dceff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
2 changes: 1 addition & 1 deletion src/rules/no-invalid-at-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
type: "problem",

docs: {
description: "Disallow invalid at-rules.",
description: "Disallow invalid at-rules",
recommended: true,
},

Expand Down
61 changes: 0 additions & 61 deletions src/rules/no-unknown-at-rules.js

This file was deleted.

0 comments on commit 5dceff5

Please sign in to comment.