add eslint

This commit is contained in:
Yanzhen Yu
2018-10-17 14:14:44 +08:00
parent 2eed038e6b
commit 904cc493db
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;