Skip to content

Commit

Permalink
Update eslint-plugin-prettier to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikiana committed Apr 2, 2024
1 parent d387afb commit 51c0fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/javascripts/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ function renderTimeAgo(data, type, row, position, notAvailableMessage) {
return haveData
? '<span title="' + data + '">' + jQuery.timeago(data) + '</span>'
: notAvailableMessage
? notAvailableMessage
: 'not yet';
? notAvailableMessage
: 'not yet';
}
return haveData ? data : 'Z-9999-12-31';
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "3.2.5"
},
"dependencies": {
Expand Down

0 comments on commit 51c0fc0

Please sign in to comment.