18 lines
155 B
Markdown
18 lines
155 B
Markdown
# Cosmos Application
|
|
|
|
### Project Commands
|
|
|
|
Check Prettier
|
|
|
|
```
|
|
yarn prettier:check
|
|
```
|
|
|
|
Fix Prettier code formatting
|
|
|
|
```
|
|
yarn prettier:write
|
|
```
|
|
|
|
|