Skip to content

Commit 4d43a91

Browse files
committed
chore(Formatting): Add JS files
1 parent ffbbcc2 commit 4d43a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ try {
2929
const { message, stack } = error
3030
log.error({
3131
message: 'Woaaah something bad happened! ' + message,
32-
stack
32+
stack,
3333
})
3434
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"/dist"
1616
],
1717
"scripts": {
18-
"format": "npx prettier --write './**/*.{md,ts}'",
18+
"format": "npx prettier --write './**/*.{js,md,ts}'",
1919
"lint": "eslint 'index.ts' --fix",
2020
"test": "jest --runInBand",
2121
"test:cover": "jest --runInBand --collectCoverage",

0 commit comments

Comments
 (0)