2024-06-03

This commit is contained in:
2024-06-03 07:04:29 -07:00
commit a6071a4073
273 changed files with 16707 additions and 0 deletions

22
_-Review/prettier.md Normal file
View File

@ -0,0 +1,22 @@
---
type: "topic"
assigned: ""
created: "2024-01-06T01:25:36.042Z"
updated: "2024-01-06T01:25:36.042Z"
---
# Prettier
```bash
npm install --save-dev prettier
```
```.prettierignore
/*
!/.kanbn
```
```bash
git ls-files --others --modified --deleted --exclude-standard | xargs -I % echo L:/Git/Notes-Infineon/.Infineon/% prettier --check
```