diff options
author | Wolfgang Müller | 2025-01-27 17:47:11 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-01-27 17:47:11 +0100 |
commit | 2099fb6e90c9ea3ef769cc3373ed98b61285d393 (patch) | |
tree | 6992d8768a40d9c6601974c1e81fe5b560eb12a9 /frontend/.eslintignore | |
parent | cf817a050a82b526ad230d2677f23f2efd7f3455 (diff) | |
download | hircine-2099fb6e90c9ea3ef769cc3373ed98b61285d393.tar.gz |
frontend/lint: Migrate to eslint.config.mjs
Diffstat (limited to 'frontend/.eslintignore')
-rw-r--r-- | frontend/.eslintignore | 16 |
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 |