Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 41c0ccb

Browse files
authored
Auto-merge pull request #6 from atomist-skills/npm-build-skill
Update Prettier configuration Pull request auto merged: * 1 approved review by @cdupuis * 3 successful checks
2 parents 42e3b7a + 0c1e8a2 commit 41c0ccb

File tree

4 files changed

+362
-1
lines changed

4 files changed

+362
-1
lines changed

.prettierignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
legal/THIRD_PARTY.md
2+
CHANGELOG.md
3+
**/graphql/schema.json
4+
package-lock.json
5+
/doc/

.prettierrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"overrides": [
3+
{
4+
"files": ["*.md", "*.markdown"],
5+
"options": {
6+
"tabWidth": 4
7+
}
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)