9ed92faaca
As part of the [Javascript Inline Docs Initiative](https://make.wordpress.org/core/handbook/docs/inline/js/) this add some tooling to lint Javascript docblocks. Two new commands: * `npm run lint:jsdoc` * `npm run lint:jsdoc:fix` The latter will run the linter and try to fix an possible issues automatically. Fixes #43828. Props netweb, atimmer, kamataryo, whyisjake. git-svn-id: https://develop.svn.wordpress.org/trunk@48650 602fd350-edb4-49c9-b593-d223f7449a82
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
# Files and folders related to build/test tools
|
|
/build
|
|
/node_modules
|
|
/tests
|
|
/vendor
|
|
/tools
|
|
|
|
# Excluded files and folders based on `jsdoc.conf.json` exclusions
|
|
/src/js/_enqueues/vendor
|
|
|
|
# Webpack built files
|
|
/src/wp-includes/js/media-*
|
|
|
|
# Themes
|
|
src/wp-content/themes/
|