Skip to content

Commit

Permalink
chore: remove max-len in dev/Playground
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 8, 2019
1 parent ff658fc commit 9ff5616
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/vuetify/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@ module.exports = {
'jest/prefer-to-be-undefined': 'warn',
'jest/prefer-to-contain': 'warn',
'jest/prefer-to-have-length': 'warn'
}
},
overrides: {
files: 'dev/Playground.vue',
rules: {
'max-len': 'off'
}
},
}

0 comments on commit 9ff5616

Please sign in to comment.