diff options
| author | Fuwn <[email protected]> | 2026-03-01 16:17:26 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 16:17:50 -0800 |
| commit | c72c8e622fcc5d1647386bb174fce9f48f60fa6c (patch) | |
| tree | 8a17fe433624bb5986e29f1767a57f56077f0303 /.eslintignore | |
| parent | chore(biome): re-enable noImplicitAnyLet rule (diff) | |
| download | due.moe-c72c8e622fcc5d1647386bb174fce9f48f60fa6c.tar.xz due.moe-c72c8e622fcc5d1647386bb174fce9f48f60fa6c.zip | |
chore(tooling): remove legacy eslint and prettier
Diffstat (limited to '.eslintignore')
| -rw-r--r-- | .eslintignore | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 2af08fd4..00000000 --- a/.eslintignore +++ /dev/null @@ -1,38 +0,0 @@ -# Misc. -.DS_Store - -# Node.js -# Node -/node_modules - -# SvelteKit -/build -/.svelte-kit - -# Development Environment -.env* -*.sqlite3 -.secret -certificates - -# NPM -package-lock.json - -# Visual Studio Code -.vscode - -# Vercel -.vercel - -# Vite -vite.config.*.timestamp-* - -# Trigger.dev -.trigger - -# direnv -.direnv - -# GraphQL -/.sveltekit-graphql -/$houdini |