Installed ESLint and Prettier

This commit is contained in:
2026-07-10 15:55:44 +02:00
parent b7be19cfc3
commit 8513c987c9
6 changed files with 589 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
import js from '@eslint/js';
export default [
js.configs.recommended,
{
ignores: ['**/dist/**', '**/www/**', '**/node_modules/**', '**/.stencil/**'],
},
];