Error: .eslintrc.js » eslint-config-digitalbazaar/vue:
2 Configuration for rule "vue/mustache-interpolation-spacing" is invalid:
3 Severity should be one of the following: 0 = off, 1 = warn, 2 = error (you passe d '"never"').
this might be a mistake in the release.
Looks like it is as their own default rules uses warn:
Currently we have the rule:
according to their docs this is fine:
https://eslint.vuejs.org/rules/mustache-interpolation-spacing.html
According to eslint this should now be 0:
this might be a mistake in the release.
Looks like it is as their own default rules uses warn:
https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/configs/strongly-recommended.js