From e2837d0bb9f2d8f812b0b75f16fc54cff5aed1f7 Mon Sep 17 00:00:00 2001 From: Shiva Poudel <3774827+shivapoudel@users.noreply.github.com> Date: Thu, 24 Jun 2021 02:04:55 +0545 Subject: [PATCH] Add ESLint config for JSDoc documentation Enable JSDocs to be linted with ESLint and is used in core WordPress software development repo. Ref: https://github.com/WordPress/wordpress-develop --- src/icons/fileIcons.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index e546667243..82c5c102b3 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -929,6 +929,7 @@ export const fileIcons: FileIcons = { '.eslintrc.yml', '.eslintrc.json', '.eslintrc-md.js', + '.eslintrc-jsdoc.js', '.eslintrc', '.eslintignore', '.eslintcache',