Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 66af764

Browse files
authored
Merge pull request #5 from argos-ci/add-prettier-ignore
chore: add .prettierignore
2 parents 7d07868 + 1bbb0dc commit 66af764

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CHANGELOG.md
2+
package-lock.json
3+
package.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"scripts": {
3131
"test": "cypress run",
3232
"test:open": "cypress open --e2e -b chrome",
33-
"format": "prettier --write \"**/*.{js,md,json}\" ",
33+
"format": "prettier --write .",
3434
"lint": "eslint --ignore-path .gitignore .",
3535
"release": "standard-version && conventional-github-releaser --preset angular"
3636
},

0 commit comments

Comments
 (0)