diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4d46fcf..967ad43 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 diff --git a/README.md b/README.md index d3956a4..48bca88 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ or with pnpm: pnpm install accent-folding ``` -or even with yarn: +or even with yarn: + ```shell yarn add accent-folding ``` diff --git a/ROADMAP.md b/ROADMAP.md index f9c6624..ce9e969 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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 - -