Skip to content

Commit

Permalink
Merge pull request #26 from lecoueyl/dev
Browse files Browse the repository at this point in the history
fix(test): increase max-len
  • Loading branch information
lecoueyl committed Oct 12, 2021
2 parents fa674ea + 9009a12 commit bd77b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -12,7 +12,7 @@ module.exports = {
},
rules: {
'import/no-extraneous-dependencies': 0,
'max-len': ['error', { code: 180 }],
'max-len': ['error', { code: 200 }],
'vue/no-v-html': 0,
},
overrides: [
Expand Down

0 comments on commit bd77b1e

Please sign in to comment.