diff options
author | Zero~Informatique | 2020-01-29 02:38:15 +0100 |
---|---|---|
committer | Notkea | 2020-01-29 21:59:12 +0100 |
commit | c20b3cc7d8956b581c4da164e041589b6dcd1eb8 (patch) | |
tree | 476da10760f7b7492a218cabce344c80ffb8da6f /viewer/.eslintrc.js | |
parent | 2a336b297237b546f065f706838f4cefad4c3e7c (diff) | |
download | ldgallery-c20b3cc7d8956b581c4da164e041589b6dcd1eb8.tar.gz |
viewer: minor dep version update
Diffstat (limited to 'viewer/.eslintrc.js')
-rw-r--r-- | viewer/.eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/.eslintrc.js b/viewer/.eslintrc.js index 996c4f3..40d2a11 100644 --- a/viewer/.eslintrc.js +++ b/viewer/.eslintrc.js | |||
@@ -5,7 +5,7 @@ module.exports = { | |||
5 | node: true, | 5 | node: true, |
6 | }, | 6 | }, |
7 | 7 | ||
8 | 'extends': [ | 8 | extends: [ |
9 | 'plugin:vue/essential', | 9 | 'plugin:vue/essential', |
10 | '@vue/typescript' | 10 | '@vue/typescript' |
11 | ], | 11 | ], |