mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

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.
15 lines
234 B
Text
15 lines
234 B
Text
load("//ts:prettier.bzl", "prettier")
|
|
|
|
prettier()
|
|
|
|
# Exported files
|
|
#################
|
|
|
|
exports_files([
|
|
"tsconfig.json",
|
|
"d3_missing.d.ts",
|
|
".prettierrc",
|
|
"rollup.config.js",
|
|
".eslintrc.js",
|
|
"licenses.json",
|
|
])
|