diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..83154f6 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,11 @@ +requirePragma: false +semi: false +arrowParens: avoid +insertPragma: false +printWidth: 80 +proseWrap: preserve +singleQuote: true +trailingComma: none +useTabs: false +jsxBracketSameLine: false +bracketSpacing: false diff --git a/Makefile b/Makefile index 9c366a0..53d85ba 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -satdress: $(shell find . -name "*.go") index.html go.mod +satdress: $(shell find . -name "*.go") $(shell find . -name "*.html") $(shell find . -name "*.css") go.mod CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./satdress deploy: satdress diff --git a/index.html b/index.html index b25e0f6..616513a 100644 --- a/index.html +++ b/index.html @@ -4,34 +4,31 @@