Fix json spacing

Update editor config
Add configuration warning
This commit is contained in:
Sytone 2021-06-02 15:31:13 -07:00
parent 422ce6795a
commit 194b1291e6
3 changed files with 112 additions and 105 deletions

View File

@ -19,4 +19,4 @@ indent_size = 2
[*.json]
indent_style = space
indent_size = 4
indent_size = 2

View File

@ -80,6 +80,10 @@
"comma-dangle": [
"error",
"always-multiline"
],
"semi": [
"error",
"never"
]
},
"parserOptions": {

View File

@ -27,6 +27,9 @@
Add
</x-button>
</p>
<p class="help is-warning" v-if="!validListIdAvailable">
No default list set. Please go to settings and specify default list.
</p>
</div>
</template>