Skip to content

Commit

Permalink
remove prevent-abbreviations overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Oct 8, 2019
1 parent 80a934b commit 462fa3f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/lint/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ const cli = new CLIEngine({
rules: {
...rules,

// TODO: remove this override, when `prevent-abbreviations` default options changes
'unicorn/prevent-abbreviations': [
'error',
{
checkProperties: false
}
],

// TODO: remove this override, when #391 is fixed
'unicorn/consistent-function-scoping': 'off'
},
Expand Down

0 comments on commit 462fa3f

Please sign in to comment.