diff options
Diffstat (limited to 'viewer')
-rw-r--r-- | viewer/package.json | 5 | ||||
-rw-r--r-- | viewer/visualstudio.code-workspace | 1 |
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 |