Skip to content

Commit

Permalink
ESLint Plugin: Update ESLint and related deps to 6.8.x (#21424)
Browse files Browse the repository at this point in the history
* ESLint Plugin: Update ESLint and related deps to 6.8.x

* Tests: Use Promises instead of done helper function

* Update packages/data/src/test/registry.js

Co-Authored-By: Andrew Duthie <andrew@andrewduthie.com>

* Chore: Add ESLint disable reasons for the jest-console tests

Co-authored-by: Andrew Duthie <andrew@andrewduthie.com>
  • Loading branch information
gziolo and aduth committed Apr 9, 2020
1 parent 62953f6 commit e8e5520
Show file tree
Hide file tree
Showing 16 changed files with 833 additions and 227 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = {
},
},
rules: {
'jest/expect-expect': 'off',
'@wordpress/dependency-group': 'error',
'@wordpress/gutenberg-phase': 'error',
'@wordpress/react-no-unsafe-timeout': 'error',
Expand Down Expand Up @@ -167,6 +168,9 @@ module.exports = {
{
files: [ 'packages/e2e-test*/**/*.js' ],
extends: [ 'plugin:@wordpress/eslint-plugin/test-e2e' ],
rules: {
'jest/expect-expect': 'off',
},
},
],
};

0 comments on commit e8e5520

Please sign in to comment.