Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 583b204

Browse files
committed
use the non typescript version
1 parent bf43205 commit 583b204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default [
1414
...tseslint.configs.recommended,
1515
wcPlugin.configs['flat/recommended'],
1616
litPlugin.configs['flat/recommended'],
17-
jsdoc.configs['flat/recommended-typescript'],
17+
jsdoc.configs['flat/recommended'], // We use the non typescript version to allow types to be defined in the jsdoc comments. This will allow js docs as an alternative to typescript types.
1818
localRules.configs.all,
1919
eslintPluginPrettierRecommended,
2020

0 commit comments

Comments
 (0)