File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33
33
"lint" : " pnpm --parallel run '/^lint:[^:]*$/'" ,
34
34
"lint:markdownlint" : " markdownlint --config .config/.markdown-lint.yml **/*.md" ,
35
35
"lint:packages" : " publint packages/css-if-polyfill && publint packages/postcss-if-function && publint packages/stylelint-config-if-function" ,
36
- "lint:stylelint" : " stylelint test/fixtures/basic-media .input.css --config .config/.stylelintrc.json" ,
36
+ "lint:stylelint" : " stylelint test/fixtures/* .input.css --config .config/.stylelintrc.json" ,
37
37
"lint:stylelint:14" : " npx stylelint@14 test/fixtures/*.input.css --config .config/.stylelintrc.older.json" ,
38
38
"lint:stylelint:15" : " npx stylelint@15 test/fixtures/*.input.css --config .config/.stylelintrc.older.json" ,
39
39
"lint:xo" : " xo" ,
You can’t perform that action at this time.
0 commit comments