Skip to content

Commit e9c84d6

Browse files
committed
Update prettier config
PR-URL: #459
1 parent 0d1db1b commit e9c84d6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.prettierignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
dist
2-
coverage
3-
.nyc_output
1+
package.json
2+
package-lock.json

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"trailingComma": "all",
44
"overrides": [
55
{
6-
"files": ["**/.*rc"],
6+
"files": ["**/.*rc", "**/*.json"],
77
"options": { "parser": "json" }
88
}
99
]

0 commit comments

Comments
 (0)