mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Top-level prettier files should no longer be required
Exclusion is handled by dprint, and prettier conf is embedded in .dprint.json.
This commit is contained in:
parent
4e8cd4601d
commit
44f8306b17
2 changed files with 0 additions and 13 deletions
|
|
@ -1,7 +0,0 @@
|
|||
licenses.json
|
||||
vendor
|
||||
node_modules
|
||||
bazel-*
|
||||
.bazel
|
||||
ftl/usage
|
||||
.mypy_cache
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"trailingComma": "all",
|
||||
"printWidth": 88,
|
||||
"tabWidth": 4,
|
||||
"semi": true
|
||||
}
|
||||
Loading…
Reference in a new issue