Skip to content

Commit

Permalink
Merge pull request #63 from bringg/dependabot-npm_and_yarn-eslint-con…
Browse files Browse the repository at this point in the history
…fig-prettier-9.0.0

Bump eslint-config-prettier from 8.10.0 to 9.0.0
  • Loading branch information
shamil committed Aug 8, 2023
2 parents d89e48b + 2aef9c4 commit 792cf87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dot-only-hunter": "^1.0.3",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/connection.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const amqp = require('amqplib');
const assert = require('assert');
const amqp = require('amqplib');
const { Channels } = require('./channels');
const packageVersion = require('../../package.json').version;

Expand Down

0 comments on commit 792cf87

Please sign in to comment.