Commit fbca9ea
.github/workflows/check.yml
@@ -18,4 +18,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: npm i
- - run: npx prettier --check .
+ - run: npm run fmt:check
.nycrc
@@ -1,8 +1,5 @@
{
- "reporter": [
- "html",
- "text"
- ],
+ "reporter": ["html", "text"],
"lines": 98,
"branches": "90",
"statements": "98"