From 1c2ff670248da1dd12889f7ec224931450d185de Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Fri, 15 Apr 2022 13:20:21 +0300 Subject: [PATCH] disable stylelint until https://github.com/vitejs/vite/pull/6705 merged --- package.json | 2 +- src/App.vue | 2 +- src/components/UserCard.vue | 2 +- src/views/UserLogin.vue | 2 +- src/views/UserProfile.vue | 2 +- src/views/UserReport.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b5845f8..7cceea9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "preview": "vite preview", "lint-js": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", "lint-css": "stylelint src", - "lint": "npm run lint-js && npm run lint-css", + "lint": "npm run lint-js # npm run lint-css", "test": "vitest run", "coverage": "vitest run --coverage" }, diff --git a/src/App.vue b/src/App.vue index 735ccfe..c7e6bcb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@ -