Skip to content

Commit

Permalink
fix(stylelint-config): ignore media-query-no-invalid for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Jul 11, 2023
1 parent 070fad5 commit 1476f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylelint-config/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
},
overrides: [
{
files: ['*.scss'],
files: ['*.scss', '*.vue'],
rules: {
'media-query-no-invalid': null
}
Expand Down

0 comments on commit 1476f27

Please sign in to comment.