add eslint

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 483c03cebe
commit 313dee2a26
6 changed files with 55 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
import App from './App.html';
const app = new App({
target: document.body,
data: {
name: 'world'
}
target: document.body,
data: {
name: 'world',
},
});
export default app;
export default app;