prettier and add generated files to prettierignore

This commit is contained in:
Bethany
2023-08-07 08:55:42 -07:00
parent 66ac937f2f
commit 3773ef22b1
2 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export * from "./google/protobuf/timestamp";
export * from "./google/protobuf/wrappers";
export * from "./results/api/v1/artifact";
export * from "./results/api/v1/artifact.twirp";
export * from './google/protobuf/timestamp'
export * from './google/protobuf/wrappers'
export * from './results/api/v1/artifact'
export * from './results/api/v1/artifact.twirp'