aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero~Informatique2020-02-10 12:49:31 +0100
committerZero~Informatique2020-02-10 12:49:31 +0100
commitc62a026cfe9bc960336d743f8c3e864e5246171f (patch)
tree0f2365ddc903c4d30d75e8376a1225bd029d4394
parent32abf4e1f82dcb9738bbfc41a84bb38672e14603 (diff)
downloadldgallery-c62a026cfe9bc960336d743f8c3e864e5246171f.tar.gz
viewer: project configuration, no-fix for the linter during Travis tests
-rw-r--r--viewer/package.json5
-rw-r--r--viewer/visualstudio.code-workspace1
2 files changed, 4 insertions, 2 deletions
diff --git a/viewer/package.json b/viewer/package.json
index 1521dc5..e1761c9 100644
--- a/viewer/package.json
+++ b/viewer/package.json
@@ -5,7 +5,8 @@
5 "scripts": { 5 "scripts": {
6 "serve": "vue-cli-service serve", 6 "serve": "vue-cli-service serve",
7 "build": "vue-cli-service build --modern", 7 "build": "vue-cli-service build --modern",
8 "lint": "vue-cli-service lint", 8 "lint": "vue-cli-service lint --no-fix",
9 "lint-autoformat": "vue-cli-service lint --fix",
9 "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue|ts)' --locales './src/locales/**/*.json'" 10 "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue|ts)' --locales './src/locales/**/*.json'"
10 }, 11 },
11 "dependencies": { 12 "dependencies": {
@@ -47,4 +48,4 @@
47 "vue-cli-plugin-i18n": "^0.6.1", 48 "vue-cli-plugin-i18n": "^0.6.1",
48 "vue-template-compiler": "^2.6.10" 49 "vue-template-compiler": "^2.6.10"
49 } 50 }
50} 51} \ No newline at end of file
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace
index f8d83c3..0ba3584 100644
--- a/viewer/visualstudio.code-workspace
+++ b/viewer/visualstudio.code-workspace
@@ -16,6 +16,7 @@
16} 16}
17// Recommended Visual Studio Code extensions: 17// Recommended Visual Studio Code extensions:
18// - Vetur 18// - Vetur
19// - ESLint
19// - Vue i18n Ally 20// - Vue i18n Ally
20// - SCSS Everywhere 21// - SCSS Everywhere
21// - Debugger for Chrome 22// - Debugger for Chrome