We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2120d commit 38a357eCopy full SHA for 38a357e
runner/ratings/built-in-ratings/valid-css-rating.ts
@@ -18,6 +18,7 @@ export const validCssRating: PerFileRating = {
18
rate: async (code, _filePath) => {
19
const linterResult = await stylelint.lint({
20
code: code,
21
+ cwd: import.meta.dirname,
22
config: {
23
extends: ['stylelint-config-recommended-scss'],
24
defaultSeverity: 'warning',
0 commit comments