Enable stylelint for the entire project woocommerce/woocommerce-blocks#5262 (https://github.com/woocommerce/woocommerce-blocks/pull/5298)
Enable stylelint for the entire project
This commit is contained in:
parent
e8b4b3467c
commit
c2ebf26c1c
|
@ -43,8 +43,8 @@
|
|||
"fix-package-lock": "./bin/fix-package-lock.sh",
|
||||
"lint": "npm run lint:php && npm run lint:css && npm run lint:js",
|
||||
"lint:ci": "npm run lint:js && npm run lint:css",
|
||||
"lint:css": "stylelint 'assets/**/*.scss'",
|
||||
"lint:css-fix": "stylelint 'assets/**/*.scss' --fix",
|
||||
"lint:css": "stylelint '**/*.scss'",
|
||||
"lint:css-fix": "stylelint '**/*.scss' --fix",
|
||||
"lint:js": "wp-scripts lint-js --ext=js,ts,tsx",
|
||||
"lint:js:report": "npm run lint:js -- --output-file eslint_report.json --ext=js,ts,tsx --format json",
|
||||
"lint:js-fix": "eslint assets/js --ext=js,jsx,ts,tsx --fix",
|
||||
|
|
Loading…
Reference in New Issue