anki/ts/BUILD.bazel
Damien Elmes b71f55dcc5 make 'bazel run ts:format' work
We're cheating a bit by having it fix files in qt's data folder
as well, but this makes it easier to share the config file.
2020-11-12 20:49:00 +10:00

16 lines
234 B
Python

load("//ts:prettier.bzl", "prettier")
prettier()
# Exported files
#################
exports_files([
"tsconfig.json",
"d3_missing.d.ts",
".prettierrc",
"rollup.config.js",
".eslintrc.js",
"licenses.json",
])