We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e32b9 commit 042b726Copy full SHA for 042b726
1 file changed
config/plugins.js
@@ -45,6 +45,13 @@ module.exports = {
45
// }
46
47
// ],
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',
55
56
'promise/param-names': 'error',
57
'promise/no-return-wrap': [
0 commit comments