Skip to content

Commit

Permalink
Fix typo in rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 27, 2024
1 parent f08c7b0 commit ef9f667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const config = {
'@stylistic/media-feature-name-case': 'lower',
'@stylistic/media-feature-parentheses-space-inside': 'never',
'@stylistic/media-feature-range-operator-space-after': 'always',
'@stylistic/media-re-range-operator-space-before': 'always',
'@stylistic/media-feature-range-operator-space-before': 'always',
'@stylistic/media-query-list-comma-newline-after': 'always',
'@stylistic/media-query-list-comma-newline-before': 'never-multi-line',
'@stylistic/media-query-list-comma-space-before': 'never',
Expand Down

0 comments on commit ef9f667

Please sign in to comment.