Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Dec 1, 2021
1 parent 00ae30c commit 1d9c9c3
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 335 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = {
node: true,
},
parserOptions: {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
requireConfigFile: false,
},
extends: [
'eslint:recommended',
Expand Down Expand Up @@ -58,6 +59,7 @@ module.exports = {
'vue/no-unused-vars': 0,
// allow `$value`
'vue/prop-name-casing': ["warn"],
'vue/multi-word-component-names': 0,

// VUE RECOMMENDED
'vue/no-v-html': 0,
Expand Down
Loading

0 comments on commit 1d9c9c3

Please sign in to comment.