Removed Blocks PHP Linting
This commit is contained in:
parent
dc5aa18f35
commit
87b5ee54eb
|
@ -62,10 +62,8 @@
|
|||
"lint:fix": "pnpm --if-present '/^lint:fix:lang:.*$/'",
|
||||
"lint:fix:lang:css": "pnpm lint:css-fix",
|
||||
"lint:fix:lang:js": "pnpm lint:js-fix",
|
||||
"lint:fix:lang:php": "pnpm lint:php-fix",
|
||||
"lint:lang:css": "pnpm lint:css",
|
||||
"lint:lang:js": "pnpm lint:js",
|
||||
"lint:lang:php": "pnpm lint:php",
|
||||
"lint:ci": "npm run lint:js && npm run lint:css",
|
||||
"lint:css": "stylelint '**/*.scss'",
|
||||
"lint:css-fix": "stylelint '**/*.scss' --fix",
|
||||
|
|
Loading…
Reference in New Issue