Skip to content

Commit

Permalink
🔧 (eslint) update eslint config w/ max-len & print-width
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 12, 2021
1 parent 84a9075 commit d6dba51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ module.exports = {
'vue/html-closing-bracket-newline': [0],
'vue/html-indent': [0],
// Prettier rules
'max-len': [0, 120],
code: [0, 120],
'print-width': [0, 120],
'no-console': [1],
'space-before-function-paren': [0],
'arrow-parens': [0],
Expand Down

0 comments on commit d6dba51

Please sign in to comment.