Skip to content

Commit

Permalink
feat(package): upgrade most plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreetatwal committed Jun 24, 2020
1 parent 8f71862 commit 8b658b8
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 85 deletions.
1 change: 1 addition & 0 deletions ava.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
'ava/test-title': 'error',
'ava/test-title-format': 'off',
'ava/use-t': 'error',
'ava/use-t-throws-async-well': 'error',
'ava/use-t-well': 'error',
'ava/use-test': 'error',
'ava/use-true-false': 'error',
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ module.exports = {
// Stylistic Issues
'eslint-comments/no-restricted-disable': 'off',
'eslint-comments/no-use': 'off',
'eslint-comments/require-description': 'off',

/**
* eslint-plugin-import
Expand Down
8 changes: 1 addition & 7 deletions lodash.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@ module.exports = {
{ onlyLiterals: false },
],
'lodash/no-commit': 'error',
/**
* Enable this rule when the following issue is resolved:
* https://github.com/wix/eslint-plugin-lodash/issues/219
*
* TODO [eslint-plugin-lodash@>6.0.0]
*/
'lodash/path-style': 'off',
'lodash/path-style': ['error', 'string'],
'lodash/prefer-compact': 'error',
'lodash/prefer-filter': ['error', 5],
'lodash/prefer-find': 'error',
Expand Down
201 changes: 130 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b658b8

Please sign in to comment.