Skip to content

Commit

Permalink
fix(stylelint-config): remove unnecessary rules for less
Browse files Browse the repository at this point in the history
  • Loading branch information
s.v.zaytsev committed May 3, 2024
1 parent a3f8589 commit 9625349
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/stylelint-config/less.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@ module.exports = {
],
},
],
'media-query-no-invalid': null, // https://github.com/stylelint/stylelint/issues/7163
'import-notation': null, // all imports are wrapped in url, this is needed in css, but unnecessary in less
'selector-not-notation': `simple`, // backward compatibility with our current browserslists
'media-feature-range-notation': `prefix`, // backward compatibility with our current browserslists
},
};

0 comments on commit 9625349

Please sign in to comment.