add linter

This commit is contained in:
hazycora 2023-08-02 17:17:01 -05:00
parent 28906bfb80
commit d684ad6045
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
6 changed files with 1091 additions and 22 deletions

14
.eslintignore Normal file
View file

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