fix stylelint

This commit is contained in:
korelstar 2022-10-14 10:28:07 +02:00
parent 2d1af31010
commit 378b310194
1 changed files with 2 additions and 2 deletions

View File

@ -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",