Skip to content

Commit

Permalink
chore(deps-dev): bump @readme/eslint-config from 9.0.0 to 10.1.0 (#94)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump @readme/eslint-config from 9.0.0 to 10.1.0

Bumps [@readme/eslint-config](https://github.com/readmeio/standards) from 9.0.0 to 10.1.0.
- [Release notes](https://github.com/readmeio/standards/releases)
- [Changelog](https://github.com/readmeio/standards/blob/main/CHANGELOG.md)
- [Commits](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected])

---
updated-dependencies:
- dependency-name: "@readme/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: linting issues

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <[email protected]>
  • Loading branch information
dependabot[bot] and erunion authored Sep 1, 2022
1 parent 3a9825f commit 4d8c08a
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 96 deletions.
1 change: 1 addition & 0 deletions __tests__/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import toBeAValidHAR from '../src';

import har from './__fixtures__/har.valid.json';

expect.extend({ toBeAValidHAR });
Expand Down
192 changes: 97 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^28.0.3"
},
"devDependencies": {
"@readme/eslint-config": "^9.0.0",
"@readme/eslint-config": "^10.1.0",
"@types/jest": "^29.0.0",
"eslint": "^8.11.0",
"prettier": "^2.6.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Har } from 'har-format';

import * as validate from 'har-validator';

declare global {
Expand Down

0 comments on commit 4d8c08a

Please sign in to comment.