feat: implement eslint

This commit is contained in:
2023-02-10 17:22:37 +01:00
parent 7efc1842bd
commit 2c9a79b76b
8 changed files with 180 additions and 31 deletions

View File

@@ -0,0 +1,15 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
*.d.ts
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock