Skip to content

Commit

Permalink
chore: npm run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Dec 18, 2024
1 parent a2d09d3 commit 1e4a57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions caddy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 1e4a57f

Please sign in to comment.