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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-04-02 16:28:47 +0300
committerdartcafe <github@dartcafe.de>2022-04-02 16:28:47 +0300
commit7394f81f3eff4269a0d99eb32d14e150c2daa31a (patch)
tree433d210234465ff3a7639eb5ce48bc4e5aa13391 /package.json
parent730e2dd8e054dc7cd8117674fb7dff53671945cc (diff)
add prettier for vetur and vscode
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index e843edf2..1651d7db 100644
--- a/package.json
+++ b/package.json
@@ -74,6 +74,9 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^7.0.2",
"@nextcloud/stylelint-config": "^2.1.2",
- "@nextcloud/webpack-vue-config": "^5.0.0"
+ "@nextcloud/webpack-vue-config": "^5.0.0",
+ "eslint-config-prettier": "^8.5.0",
+ "eslint-plugin-prettier": "^4.0.0",
+ "prettier": "^2.6.1"
}
}