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:
Damien Elmes 2023-06-01 11:13:14 +10:00
parent e63b4b9927
commit e2f33bd646
2 changed files with 0 additions and 13 deletions

View file

@ -1,7 +0,0 @@
licenses.json
vendor
node_modules
bazel-*
.bazel
ftl/usage
.mypy_cache

View file

@ -1,6 +0,0 @@
{
"trailingComma": "all",
"printWidth": 88,
"tabWidth": 4,
"semi": true
}