chore: format files

This commit is contained in:
Denys Dovhan
2022-04-26 17:11:53 +03:00
parent 87d78b129a
commit 2be93107c3
4 changed files with 7 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ Currently, there are these translations of **wtfjs**:
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# Table of Contents
- [💪🏻 प्रेरणा](#-%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B0%E0%A4%A3%E0%A4%BE)

View File

@@ -39,6 +39,7 @@ Atualmente, temos essas traduções disponíveis de **wtfjs**:
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# Table of Contents
- [💪🏻 Motivação](#-motiva%C3%A7%C3%A3o)

View File

@@ -1,5 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# Table of Contents
- [What the f\*ck JavaScript?](#what-the-f%5Cck-javascript)

View File

@@ -49,7 +49,10 @@
"update-notifier": "^2.0.0"
},
"lint-staged": {
"README*.md": "npm run toc",
"README*.md": [
"npm run toc",
"prettier --write --ignore-unknown"
],
"**/*": "prettier --write --ignore-unknown"
},
"husky": {