Skip to content

Commit

Permalink
Disable "media-query-no-invalid" rule for less files
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatolii Zaporozhets authored and Anatoool committed Feb 27, 2025
1 parent 6054531 commit ecfdb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
customSyntax: 'postcss-less',
rules: {
'function-no-unknown': null,
"media-query-no-invalid": null,
'no-invalid-position-at-import-rule': null,
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plesk/stylelint-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "Stylelint shareable config for Plesk projects",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit ecfdb05

Please sign in to comment.