Skip to content

Commit

Permalink
Let him cook
Browse files Browse the repository at this point in the history
  • Loading branch information
Secreto31126 committed Sep 18, 2023
1 parent 16c75c6 commit e0e5ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package-lock.json
.all-contributorsrc
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"test:watch": "mocha --reporter min --watch",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prettier": "prettier --check src test",
"prettier:write": "prettier --write src test",
"prettier": "prettier --check .",
"prettier:write": "prettier --write .",
"coverage": "c8 mocha --reporter min",
"document": "typedoc && cp -r docs_statics/* docs/",
"clear": "rm -rf docs/ docs_temp/ lib/ coverage/"
Expand Down

0 comments on commit e0e5ce1

Please sign in to comment.