File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 "lint:markdownlint" : " markdownlint --config .config/.markdown-lint.yml **/*.md" ,
4040 "lint:packages" : " publint packages/css-if-polyfill && publint packages/postcss-if-function && publint packages/lightningcss-plugin-if-function && publint packages/stylelint-config-if-function" ,
4141 "lint:stylelint" : " stylelint test/fixtures/*.input.css --config .config/.stylelintrc.json" ,
42- "lint:stylelint:14" : " npx stylelint@14 test/fixtures/*.input.css --config .config/.stylelintrc.older.json" ,
43- "lint:stylelint:15" : " npx stylelint@15 test/fixtures/*.input.css --config .config/.stylelintrc.older.json" ,
44- "lint:stylelint:16" : " npx stylelint@16 test/fixtures/*.input.css --config .config/.stylelintrc.json" ,
42+ "lint:stylelint:14" : " pnpx stylelint@14 test/fixtures/*.input.css --config .config/.stylelintrc.older.json" ,
43+ "lint:stylelint:15" : " pnpx stylelint@15 test/fixtures/*.input.css --config .config/.stylelintrc.older.json" ,
44+ "lint:stylelint:16" : " pnpx stylelint@16 test/fixtures/*.input.css --config .config/.stylelintrc.json" ,
4545 "lint:xo" : " xo" ,
4646 "prelint:packages" : " pnpm run build" ,
4747 "prepare" : " husky" ,
You can’t perform that action at this time.
0 commit comments