use the non typescript version

This commit is contained in:
Mads Rasmussen
2024-08-06 13:24:55 +02:00
parent c3eb00ba5a
commit e28852ec77

View File

@@ -14,7 +14,7 @@ export default [
...tseslint.configs.recommended,
wcPlugin.configs['flat/recommended'],
litPlugin.configs['flat/recommended'],
jsdoc.configs['flat/recommended-typescript'],
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.
localRules.configs.all,
eslintPluginPrettierRecommended,