Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2022-10-14 11:28:07 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-10-14 11:42:53 +0300
commit378b310194ccd45a2d173ce777b712ae7206eaa7 (patch)
tree4ed6d04acd84aab00a4067f6d76519aa5e7f475d
parent2d1af310107f1e0ab3f25403928e7f8cc8bb81b9 (diff)
fix stylelint
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 958e7d2e..d896bc69 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
"watch": "webpack --node-env development --progress --watch",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
- "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.scss'",
- "stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.scss' --fix"
+ "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.css'",
+ "stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.css' --fix"
},
"dependencies": {
"@nextcloud/axios": "^2.1.0",