Fixed package lock and formatted code

This commit is contained in:
Ferdi Koomen 2023-07-28 12:20:01 +01:00
parent c6a8973731
commit 432cd26fbc
3 changed files with 573 additions and 524 deletions

772
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,5 @@
import {EOL} from 'os';
import { EOL } from 'os';
import { formatCode } from './formatCode';
const input1 = `{ foo: true }`;

File diff suppressed because it is too large Load Diff