mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 08:16:03 +00:00
style: Replace markdownlint with prettier
This commit is contained in:
parent
962d86d604
commit
c42ab624c2
3 changed files with 9 additions and 5 deletions
5
.github/markdownlint.yml
vendored
5
.github/markdownlint.yml
vendored
|
@ -1,5 +0,0 @@
|
|||
# Markdownlint configuration file
|
||||
default: true,
|
||||
line-length: false
|
||||
no-duplicate-header:
|
||||
siblings_only: true
|
7
.prettierignore
Normal file
7
.prettierignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
# gitignore
|
||||
.nextflow*
|
||||
work/
|
||||
data/
|
||||
results/
|
||||
.DS_Store
|
||||
*.code-workspace
|
2
.prettierrc.yaml
Normal file
2
.prettierrc.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
printWidth: 120
|
||||
tabWidth: 2
|
Loading…
Reference in a new issue