Compare commits

..

No commits in common. "71b485608159284cc8c1b0e6b24abd73b6749052" and "c22228c040d50a2025fb54767ba49908f18c0ebd" have entirely different histories.

3 changed files with 7 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
with: { node-version: lts/*, cache: yarn }
- uses: Homebrew/actions/setup-homebrew@master
- id: brew_cache
run: echo "dir=$(brew --cache)" >> "${GITHUB_OUTPUT}"
run: echo "::set-output name=dir::$(brew --cache)"
- uses: actions/cache@v3
with:
path: ${{ steps.brew_cache.outputs.dir }}

4
.prettierrc.yml Normal file
View file

@ -0,0 +1,4 @@
overrides:
- files: "*.md"
options:
parser: markdown-nocjsp

View file

@ -9,6 +9,7 @@
"esbuild": "^0.19.0",
"highlight.js": "^11.7.0",
"highlightjs-graphql": "^1.0.2",
"prettier": "^3.0.0"
"prettier": "^3.0.0",
"prettier-plugin-md-nocjsp": "^1.5.1"
}
}