Skip to content

Commit

Permalink
chore: apply Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zr87 committed Aug 21, 2024
1 parent 07456fb commit 6d60a24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: 'lts/*'
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ or with pnpm:
pnpm install accent-folding
```

or even with yarn:
or even with yarn:

```shell
yarn add accent-folding
```
Expand Down
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
- [x] Documentation: Detailed examples and use cases.

## What's `next`

- [x] chore: Add code quality tools like ESlint, EditorConfig & Prettier
- [x] add `replace` method for replacing accents with it's unaccented equivalents without wrapping
- [x] Add coverage reporting

## Future Plans

- [ ] Add TypeScript support
- [ ] Add support for CommonJS


0 comments on commit 6d60a24

Please sign in to comment.