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 /.prettierrc | |
| 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 '.prettierrc')
| -rw-r--r-- | .prettierrc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 0580f3e9..00000000 --- a/.prettierrc +++ /dev/null @@ -1,8 +0,0 @@ -{ - "useTabs": false, - "singleQuote": true, - "trailingComma": "none", - "printWidth": 100, - "plugins": ["prettier-plugin-svelte"], - "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] -} |