We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11508db commit 3af938cCopy full SHA for 3af938c
Dockerfile
@@ -11,6 +11,7 @@ RUN npm ci
11
12
# build ui
13
COPY Makefile .
14
+COPY *.js ./
15
COPY .*.ts .*.mts ./
16
COPY *.ts *.mts ./
17
COPY assets assets
.prettierrc.ts prettier.config.js.prettierrc.ts renamed to prettier.config.js
@@ -1,7 +1,6 @@
1
-import { type Config } from "prettier";
2
-
+/** @type {import("prettier").Config} */
3
export default {
4
printWidth: 100,
5
trailingComma: "es5",
6
plugins: ["prettier-plugin-sh"],
7
-} satisfies Config;
+};
0 commit comments