Skip to content

Commit

Permalink
upgrade prettier to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyliang220 committed Nov 28, 2022
1 parent 09e16c7 commit 6922353
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"iprlink",
"Ishida",
"Keio",
"lcovonly",
"ldquo",
"linkchecker",
"mediacapture",
Expand Down Expand Up @@ -68,8 +69,8 @@
"SUMB",
"supersedable",
"Tantek",
"testtest",
"testserver",
"testtest",
"tocline",
"tocxref",
"ttml",
Expand Down
12 changes: 4 additions & 8 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"all": true,
"exclude": [
"**/*.min.js"
],
"reporter": [
"lcovonly"
]
}
"all": true,
"exclude": ["**/*.min.js"],
"reporter": ["lcovonly"]
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"nock": "13.2.2",
"nodemon": "2.0.20",
"nyc": "15.1.0",
"prettier": "2.6.0"
"prettier": "2.8.0"
},
"scripts": {
"build": "npm run lint && npm run test",
Expand Down

0 comments on commit 6922353

Please sign in to comment.