chore: npm run fmt

This commit is contained in:
AJ ONeal
2024-12-18 21:51:54 +00:00
parent 83a214a032
commit 976602236b
2 changed files with 2 additions and 4 deletions

View File

@@ -1181,8 +1181,7 @@ To prevent search engine and browser confusion
- _DO NOT_ prevent crawling via `robots.txt` \
(counter-intuitive, but pages _must_ be crawled for links to _NOT_ be indexed)
- _all_ domains using public TLS certs _will_ be indexed by default \
(they are all linked to and crawled from various Certificate Transparency
reports)
(they are all linked to and crawled from various Certificate Transparency reports)
- follow these guidelines even if the dev sites use HTTP Basic Auth
```Caddyfile

View File

@@ -66,8 +66,7 @@ To run them manually on your code;
jhint -c ./.jshintrc *.js */*.js
```
- fixjson \
(turns JavaScript Objects with comments, trailing commas, etc into actual
json)
(turns JavaScript Objects with comments, trailing commas, etc into actual json)
```sh
fixjson -i 2 -w ./package.json
```