Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
5e990bca
Commit
5e990bca
authored
Oct 20, 2020
by
nwindis
☕
Browse files
Merge branch 'feature/improve-code-consistency' into 'develop'
improve code consistency See merge request subugoe/emo/Qviewer!92
parents
811e038f
22a03b6e
Pipeline
#155260
passed with stages
in 3 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.eslintrc.js
View file @
5e990bca
...
...
@@ -15,9 +15,9 @@ module.exports = {
// Uncomment any of the lines below to choose desired strictness,
// but leave only one uncommented!
// See https://eslint.vuejs.org/rules/#available-rules
'
plugin:vue/essential
'
// Priority A: Essential (Error Prevention)
//
'plugin:vue/essential' // Priority A: Essential (Error Prevention)
// 'plugin:vue/strongly-recommended' // Priority B: Strongly Recommended (Improving Readability)
//
'plugin:vue/recommended' // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
'
plugin:vue/recommended
'
,
// Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
],
// required to lint *.vue files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment