]> git.r.bdr.sh - rbdr/canvas/commit - .eslintignore
Add skeleton
authorRuben Beltran del Rio <redacted>
Tue, 28 Jun 2022 20:57:30 +0000 (22:57 +0200)
committerRuben Beltran del Rio <redacted>
Tue, 28 Jun 2022 20:57:30 +0000 (22:57 +0200)
commitf74650b0ae59a59a7b7c6d5beb984015680fbfb5
tree9b6b8134fb9312b3ed0d7c2c7dff99e950ecacb3
Add skeleton
15 files changed:
.eslintignore [new file with mode: 0644]
.eslintrc.js [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.npmrc [new file with mode: 0644]
.prettierignore [new file with mode: 0644]
.prettierrc [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
jsconfig.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/app.d.ts [new file with mode: 0644]
src/app.html [new file with mode: 0644]
src/routes/index.svelte [new file with mode: 0644]
static/favicon.png [new file with mode: 0644]
svelte.config.js [new file with mode: 0644]