mirror of
https://github.com/denysdovhan/wtfjs.git
synced 2026-03-13 08:42:20 +08:00
chore: format files
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user