Skip to content

Commit

Permalink
Merge changes published in the Gutenberg plugin "release/14.3" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenbergplugin committed Oct 5, 2022
1 parent 23e1362 commit eb900a4
Show file tree
Hide file tree
Showing 343 changed files with 17,529 additions and 7,946 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Expand Up @@ -105,6 +105,7 @@ module.exports = {
'flatMap',
'flatten',
'flattenDeep',
'flow',
'flowRight',
'forEach',
'fromPairs',
Expand Down Expand Up @@ -151,6 +152,7 @@ module.exports = {
'sum',
'sumBy',
'take',
'throttle',
'times',
'toString',
'trim',
Expand All @@ -162,7 +164,6 @@ module.exports = {
'uniqWith',
'upperFirst',
'values',
'words',
'xor',
'zip',
],
Expand Down Expand Up @@ -355,7 +356,7 @@ module.exports = {
},
},
{
files: [ 'bin/**/*.js', 'packages/env/**' ],
files: [ 'bin/**/*.js', 'bin/**/*.mjs', 'packages/env/**' ],
rules: {
'no-console': 'off',
},
Expand Down
2 changes: 1 addition & 1 deletion bin/api-docs/gen-block-lib-list.js
@@ -1,7 +1,7 @@
/**
* Generates core block documentation using block.json files.
* Reads from : packages/block-library/src
* Publishes to: docs/reference-guides/core-blocks.ms
* Publishes to: docs/reference-guides/core-blocks.md
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions bin/api-docs/gen-theme-reference.js
@@ -1,7 +1,7 @@
/**
* Generates core block documentation using block.json files.
* Reads from : packages/block-library/src
* Publishes to: docs/reference-guides/core-blocks.ms
* Generates theme.json documentation using theme.json schema.
* Reads from : schemas/json/theme.json
* Publishes to: docs/reference-guides/theme-json-reference/theme-json-living.md
*/

/**
Expand Down

0 comments on commit eb900a4

Please sign in to comment.