Skip to content

Commit

Permalink
Fix style linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Nov 29, 2023
1 parent 5b2c7e1 commit 6105ba8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .stylelintrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint:js": "wp-scripts lint-js ./src",
"lint-php": "composer run lint",
"format": "wp-scripts format",
"lint": "npm run lint-css && npm run lint-js && npm run lint-php",
"lint": "npm run lint:css && npm run lint-js && npm run lint-php",
"cypress:open": "cypress open --browser chrome --config-file tests/cypress/cypress.config.js",
"cypress:run": "cypress run --browser chrome --config-file tests/cypress/cypress.config.js",
"env": "wp-env",
Expand Down

0 comments on commit 6105ba8

Please sign in to comment.