Skip to content

Commit

Permalink
fix: Disable the media-query-no-invalid rule since it conflicts with …
Browse files Browse the repository at this point in the history
…JavaScript variables. (#25)
  • Loading branch information
dbatiste authored Jul 10, 2023
1 parent 61d9afe commit 85771af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = {
"stylistic/media-query-list-comma-newline-after": "always-multi-line",
"stylistic/media-query-list-comma-space-after": "always-single-line",
"stylistic/media-query-list-comma-space-before": "never",
"media-query-no-invalid": null,
"no-descending-specificity": null,
"stylistic/no-eol-whitespace": [true, {
"ignore": ["empty-lines"]
Expand Down

0 comments on commit 85771af

Please sign in to comment.