We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefb8a4 commit 288a4cdCopy full SHA for 288a4cd
.prettierignore
@@ -0,0 +1,3 @@
1
+/dist/
2
+/lib/
3
+/node_modules/
package.json
@@ -5,8 +5,8 @@
5
"description": "Setup Task action",
6
"main": "lib/main.js",
7
"scripts": {
8
- "format": "prettier --write **/*.ts",
9
- "format-check": "prettier --check **/*.ts"
+ "format": "prettier --write .",
+ "format-check": "prettier --check ."
10
},
11
"repository": {
12
"type": "git",
0 commit comments