Skip to content

Commit fb01ec9

Browse files
authored
Merge pull request #730 from NullVoxPopuli/update-eslintrc
Add another ignore for prettier support
2 parents 4763e26 + 83279b9 commit fb01ec9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
rules: {
1414
// conflicts with prettier
1515
'space-before-function-paren': 0,
16+
indent: 0,
1617
},
1718
},
1819
],

tests/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
rules: {
1212
// conflicts with prettier
1313
'space-before-function-paren': 0,
14+
indent: 0,
1415
},
1516
},
1617
],

0 commit comments

Comments
 (0)