Skip to content

Commit

Permalink
feat: add prettierignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
HunnySajid committed Sep 12, 2024
1 parent 4d337ca commit 9344f4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
examples
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# polaris-web


## Getting started
## Getting started

See [web-react](./examples/web-react/src/App.tsx) for an example react web app that uses this library to communicate with a signify browser extension.

Expand All @@ -10,7 +9,6 @@ To test the example,
- `npm install`
- `npm -w web-react start`


To view generated documentation,

- `npm install`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepare": "husky",
"build": "tsc -p tsconfig.build.json",
"test": "vitest run",
"format": "prettier --write 'src/**/*.{ts,json}'",
"format": "prettier --write .",
"lint": "eslint src",
"tsc": "bash -c tsc -p tsconfig.json",
"docs:build": "typedoc src/index.ts --out out",
Expand Down

0 comments on commit 9344f4c

Please sign in to comment.