summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/.eslintignore
diff options
context:
space:
mode:
authorWolfgang Müller2025-01-27 17:47:11 +0100
committerWolfgang Müller2025-01-27 17:47:11 +0100
commit2099fb6e90c9ea3ef769cc3373ed98b61285d393 (patch)
tree6992d8768a40d9c6601974c1e81fe5b560eb12a9 /frontend/.eslintignore
parentcf817a050a82b526ad230d2677f23f2efd7f3455 (diff)
downloadhircine-2099fb6e90c9ea3ef769cc3373ed98b61285d393.tar.gz
frontend/lint: Migrate to eslint.config.mjs
Diffstat (limited to 'frontend/.eslintignore')
-rw-r--r--frontend/.eslintignore16
1 files changed, 0 insertions, 16 deletions
diff --git a/frontend/.eslintignore b/frontend/.eslintignore
deleted file mode 100644
index fb4d584..0000000
--- a/frontend/.eslintignore
+++ /dev/null
@@ -1,16 +0,0 @@
-.DS_Store
-node_modules
-/build
-/.svelte-kit
-/package
-.env
-.env.*
-!.env.example
-/coverage
-
-# Ignore files for PNPM, NPM and YARN
-pnpm-lock.yaml
-package-lock.json
-yarn.lock
-
-/src/gql \ No newline at end of file