From 6105ba8378932bac835247eec0f7cac977f65a69 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Wed, 29 Nov 2023 19:53:26 +0530 Subject: [PATCH] Fix style linting issue. --- .stylelintrc | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .stylelintrc diff --git a/.stylelintrc b/.stylelintrc deleted file mode 100644 index ce1b7e7..0000000 --- a/.stylelintrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@10up/stylelint-config" -} diff --git a/package.json b/package.json index 818945c..a25147f 100644 --- a/package.json +++ b/package.json @@ -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",