Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 5, 2024
1 parent f803d06 commit dfd171c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debugger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export function diff(
console.log('==== DIFF ====');
const [_actual, _expected] = [actual, expected].map((i) => getMap(coder, i)) as [
DebugData[],
DebugData[]
DebugData[],
];
const len = Math.max(_actual.length, _expected.length);
const data = [];
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"lint": "prettier --check index.ts",
"format": "prettier --write index.ts",
"lint": "prettier --check index.ts debugger.ts",
"format": "prettier --write index.ts debugger.ts",
"test": "node test/index.js && node test/debugger.test.js"
},
"author": "Paul Miller (https://paulmillr.com)",
Expand Down

0 comments on commit dfd171c

Please sign in to comment.