diff --git a/eslint.config.js b/eslint.config.js index 33502b8..f3a30e1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -14,9 +14,9 @@ export default defineConfig( tseslint.configs.recommendedTypeChecked, { languageOptions: { - parser: tsParser, // 👈 REQUIRED + parser: tsParser, parserOptions: { - project: './tsconfig-eslint.json', // 👈 REQUIRED + project: './tsconfig-eslint.json', }, ecmaVersion: 2022, sourceType: 'module', diff --git a/index.html b/index.html index 2773b81..d374edc 100644 --- a/index.html +++ b/index.html @@ -5424,6 +5424,7 @@

Contributors List:


+