Skip to content

Commit 042b726

Browse files
committed
Disable some problematic rules
1 parent 97e32b9 commit 042b726

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

config/plugins.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ module.exports = {
4545
// }
4646
// }
4747
// ],
48+
'unicorn/prevent-abbreviations': 'off',
49+
50+
// TODO: Remove this override when the rule is more stable.
51+
'unicorn/consistent-function-scoping': 'off',
52+
53+
// TODO: Temporarily disabled as the rule is buggy.
54+
'function-call-argument-newline': 'off',
4855

4956
'promise/param-names': 'error',
5057
'promise/no-return-wrap': [

0 commit comments

Comments
 (0)