Skip to content

Commit

Permalink
chore(deps): update dependency @bfra.me/eslint-config to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfra-me[bot] authored Nov 30, 2024
1 parent 5ecd1da commit 4b988eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"probot": "13.4.0"
},
"devDependencies": {
"@bfra.me/eslint-config": "0.4.10",
"@bfra.me/eslint-config": "0.6.0",
"@bfra.me/prettier-config": "0.13.0",
"@semantic-release/git": "10.0.1",
"@swc/core": "1.9.3",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions test/app.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {suite} from 'uvu'
import * as assert from 'uvu/assert'

import nock from 'nock'
import {Probot, ProbotOctokit} from 'probot'

import {suite} from 'uvu'
import * as assert from 'uvu/assert'

import app from '../app.js'
nock.disableNetConnect()

Expand Down

0 comments on commit 4b988eb

Please sign in to comment.