Skip to content

Commit

Permalink
Disable some problematic rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 25, 2019
1 parent 97e32b9 commit 042b726
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ module.exports = {
// }
// }
// ],
'unicorn/prevent-abbreviations': 'off',

// TODO: Remove this override when the rule is more stable.
'unicorn/consistent-function-scoping': 'off',

// TODO: Temporarily disabled as the rule is buggy.
'function-call-argument-newline': 'off',

'promise/param-names': 'error',
'promise/no-return-wrap': [
Expand Down

0 comments on commit 042b726

Please sign in to comment.