mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04: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
e63b4b9927
commit
e2f33bd646
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