Skip to content

Commit

Permalink
Upgrade dependencies (#440)
Browse files Browse the repository at this point in the history
* Upgrade @sinonjs/eslint-config to latest

And fix a couple of lint violations

* Upgrade @sinonjs/referee-sinon to latest

* Remove unnecessary eslint-plugin-prettier and eslint-config-prettier

In @sinonjs/eslint-config we have disabled all style rules and are using prettier's defaults, which are enforced by both commit hook and CI

* Upgrade mocha to latest

* Upgrade mochify to latest

* Upgrade nyc to latest

* Upgrade prettier to latest

* Upgrade jsdom to latest

* Upgrade husky to latest

* Upgrade lint-staged to latest

* Optional fsevents fix

* Fix linting issue

Co-authored-by: Carl-Erik Kopseng <carlerik@gmail.com>
  • Loading branch information
mroderick and fatso83 committed Nov 22, 2022
1 parent 51f0583 commit 2f07944
Show file tree
Hide file tree
Showing 6 changed files with 6,598 additions and 8,519 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yaml
@@ -1,6 +1,5 @@
extends:
- "@sinonjs/eslint-config"
- "plugin:prettier/recommended"

overrides:
- files: "**/*-test.js"
Expand Down
5 changes: 5 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

$(npm bin)/lint-staged

0 comments on commit 2f07944

Please sign in to comment.