mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-01-28 00:48:24 +00:00
CI/CD
This commit is contained in:
parent
44a15873f4
commit
b99142fd44
13
.deepsource.toml
Normal file
13
.deepsource.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "javascript"
|
||||
|
||||
[analyzers.meta]
|
||||
environment = [
|
||||
"browser",
|
||||
"nodejs"
|
||||
]
|
||||
|
||||
[[transformers]]
|
||||
name = "prettier"
|
4
.prettierrc.yaml
Normal file
4
.prettierrc.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
trailingComma: "all"
|
||||
tabWidth: 4
|
||||
semi: true
|
||||
singleQuote: false
|
Loading…
Reference in a new issue