Skip to content

Commit

Permalink
chore: unleash prettier on tsconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 25, 2023
1 parent 6498b30 commit 66a304a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"runtime:refs": "run-s -s runtime:find | xargs -0 sed -i.bak -e \"s/'\\.\\.\\//'\\.\\//g\" -e \"s/'\\.\\/\\.\\./'../g\" && npm run-script sedcleanup",
"test": "ava",
"test:types": "tsd -f test/types",
"format": "prettier --log-level silent --write ./test ./tap ./src ./tools ./cookbook",
"format": "prettier --log-level silent --write ./test ./tap ./src ./tools ./cookbook ./tsconfig",
"tap:browsers": "./tap/.browsers.sh",
"tap:bun": "./tap/.bun.sh",
"tap:deno": "./tap/.deno.sh",
Expand Down
4 changes: 1 addition & 3 deletions tsconfig/base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"files": [
"../src/index.ts"
],
"files": ["../src/index.ts"],
"compilerOptions": {
"lib": ["ES2020", "DOM"],
"types": [],
Expand Down

0 comments on commit 66a304a

Please sign in to comment.