Skip to content

Commit

Permalink
Merge branch 'trunk' into update/color-palette-popover
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 18, 2022
2 parents fc1f589 + 0fa1141 commit d924bc2
Show file tree
Hide file tree
Showing 1,103 changed files with 22,735 additions and 24,435 deletions.
26 changes: 26 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,40 +81,60 @@ module.exports = {
importNames: [
'chunk',
'clamp',
'compact',
'concat',
'countBy',
'defaults',
'defaultTo',
'differenceWith',
'dropRight',
'each',
'extend',
'findIndex',
'findKey',
'findLast',
'flatten',
'flattenDeep',
'fromPairs',
'identity',
'invoke',
'isArray',
'isBoolean',
'isFinite',
'isFunction',
'isNil',
'isNumber',
'isObject',
'isObjectLike',
'isString',
'isUndefined',
'keyBy',
'keys',
'lowerCase',
'memoize',
'negate',
'noop',
'nth',
'once',
'overEvery',
'partialRight',
'random',
'reject',
'repeat',
'reverse',
'size',
'snakeCase',
'stubFalse',
'stubTrue',
'sum',
'sumBy',
'take',
'toString',
'trim',
'truncate',
'uniqueId',
'uniqWith',
'values',
],
message:
'This Lodash method is not recommended. Please use native functionality instead. If using `memoize`, please use `memize` instead.',
Expand Down Expand Up @@ -328,5 +348,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' ],
},
],
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_modules
gutenberg.zip
coverage
*-performance-results.json
.phpunit.result.cache

# Directories/files that may appear in your environment
*.log
Expand Down
Loading

0 comments on commit d924bc2

Please sign in to comment.