Skip to content

Commit

Permalink
Merge changes published in the Gutenberg plugin "release/13.7" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenbergplugin committed Jul 13, 2022
1 parent f073ab9 commit df36728
Show file tree
Hide file tree
Showing 581 changed files with 13,410 additions and 19,359 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ module.exports = {
'chunk',
'clamp',
'concat',
'countBy',
'defaults',
'defaultTo',
'differenceWith',
'dropRight',
Expand All @@ -92,13 +94,19 @@ module.exports = {
'findLast',
'flatten',
'flattenDeep',
'identity',
'invoke',
'isArray',
'isBoolean',
'isFinite',
'isFunction',
'isNil',
'isNumber',
'isObject',
'isObjectLike',
'isString',
'isUndefined',
'keyBy',
'keys',
'lowerCase',
'memoize',
Expand All @@ -109,6 +117,8 @@ module.exports = {
'overEvery',
'partialRight',
'random',
'reject',
'repeat',
'reverse',
'size',
'stubFalse',
Expand Down Expand Up @@ -335,5 +345,11 @@ module.exports = {
'jsdoc/require-param': 'off',
},
},
{
files: [ 'packages/components/src/**' ],
excludedFiles: [ 'packages/components/src/**/@(test|stories)/**' ],
plugins: [ 'ssr-friendly' ],
extends: [ 'plugin:ssr-friendly/recommended' ],
},
],
};
Loading

0 comments on commit df36728

Please sign in to comment.