Skip to content

Commit

Permalink
Merge pull request #730 from NullVoxPopuli/update-eslintrc
Browse files Browse the repository at this point in the history
Add another ignore for prettier support
  • Loading branch information
mansona authored Oct 28, 2024
2 parents 4763e26 + 83279b9 commit fb01ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
rules: {
// conflicts with prettier
'space-before-function-paren': 0,
indent: 0,
},
},
],
Expand Down
1 change: 1 addition & 0 deletions tests/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
rules: {
// conflicts with prettier
'space-before-function-paren': 0,
indent: 0,
},
},
],
Expand Down

0 comments on commit fb01ec9

Please sign in to comment.