b71f55dcc5
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.
16 lines
234 B
Python
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",
|
|
])
|