mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
35b7f31360
commit
a88dc34a28
@ -44,3 +44,15 @@ Stands for _**S**ervice**W**orker_.
|
||||
|
||||
#### Denyaize
|
||||
Nyaizeを解除すること
|
||||
|
||||
## Code style
|
||||
### Don't use `export default`
|
||||
Bad:
|
||||
``` ts
|
||||
export default function(foo: string): string {
|
||||
```
|
||||
|
||||
Good:
|
||||
``` ts
|
||||
export function something(foo: string): string {
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user