Skip to content

Commit

Permalink
chore: update how prettier is applied (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 17, 2024
1 parent 1019117 commit 7babd6e
Show file tree
Hide file tree
Showing 5 changed files with 750 additions and 719 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: run typecheck
run: yarn typecheck
- name: run Prettier
run: yarn prettier:diff
run: yarn prettier:check

test-node:
name: Test on Node.js v${{ matrix.node-version }}
Expand Down
12 changes: 12 additions & 0 deletions .prettierignore
@@ -1 +1,13 @@
.idea
node_modules
/.idea
.nyc_output
coverage
package-lock.json
/lib/
/gh-pages
/dist
/fs-test/
CHANGELOG.md

src/json-joy

0 comments on commit 7babd6e

Please sign in to comment.