Skip to content

Commit

Permalink
fix: linter issues (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <hello@bnb.im>
  • Loading branch information
bnb authored Nov 6, 2024
1 parent 190f935 commit 0a33c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
},
"author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)",
"license": "MIT",
"files": [
"index.js",
"LICENSE"
],
"files": ["index.js", "LICENSE"],
"dependencies": {
"@nodevu/parsefiles": "^0.0.3",
"luxon": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "npm run lint --ws",
"lint:apply": "npm run lint:apply --ws",
"lint:write": "npm run lint:write --ws",
"coverage": "npm run coverage --ws",
"test": "npm run test --ws",
"updates": "npm run updates --ws"
Expand Down

0 comments on commit 0a33c38

Please sign in to comment.