Skip to content

Commit

Permalink
ESLint Plugin: Update ESLint and related deps to 6.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Apr 6, 2020
1 parent fffcd97 commit a51f2e3
Show file tree
Hide file tree
Showing 17 changed files with 826 additions and 225 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 a51f2e3

Please sign in to comment.