Skip to content

Commit

Permalink
Remove unused dependencies + install eslint (#19)
Browse files Browse the repository at this point in the history
* Force uuid v7 to remove deprecation warning on npm i

npm warn deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

* Add the depcheck tool

* Remove unused deps

Unused devDependencies
* chalk
* lodash
* rimraf
* run-sequence

* Install eslint

* CI: lint the code
  • Loading branch information
macbre authored Feb 5, 2025
1 parent 127518e commit bec9513
Show file tree
Hide file tree
Showing 3 changed files with 960 additions and 393 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Build and test
- name: Lint and test
run: |
npm ci
npm run lint
npm t
Loading

0 comments on commit bec9513

Please sign in to comment.