Skip to content

Commit 23cfbaf

Browse files
committed
style: Fix prettier script typescript file selection.
1 parent 3c2e3fb commit 23cfbaf

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# parser
2+
23
The argument parser used in the Advanced-Command-Handler.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"build": "tsc",
2828
"prepublishOnly": "npm run prettier && npm run build",
29-
"prettier": "prettier --write *.ts *.json README.md"
29+
"prettier": "prettier --write src *.json README.md"
3030
},
3131
"types": "dist",
3232
"version": "0.1.0"

tsconfig.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{
2-
"compilerOptions": {
3-
"declaration": true,
4-
"module": "commonjs",
5-
"outDir": "dist",
6-
"rootDir": "src",
7-
"strict": true,
8-
"target": "ES2021"
9-
}
10-
}
1+
{
2+
"compilerOptions": {
3+
"declaration": true,
4+
"module": "commonjs",
5+
"outDir": "dist",
6+
"rootDir": "src",
7+
"strict": true,
8+
"target": "ES2021"
9+
}
10+
}

0 commit comments

Comments
 (0)