Skip to content

Commit

Permalink
Add ESLint config for JSDoc documentation (#1117)
Browse files Browse the repository at this point in the history
Enable JSDocs to be linted with ESLint and is used in core WordPress software development repo.

Ref: https://github.com/WordPress/wordpress-develop
  • Loading branch information
shivapoudel committed Jun 24, 2021
1 parent 1c94922 commit aac806a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ export const fileIcons: FileIcons = {
'.eslintrc.yml',
'.eslintrc.json',
'.eslintrc-md.js',
'.eslintrc-jsdoc.js',
'.eslintrc',
'.eslintignore',
'.eslintcache',
Expand Down

0 comments on commit aac806a

Please sign in to comment.