style: Replace markdownlint with prettier

master
Edmund Miller 2 years ago
parent 962d86d604
commit c42ab624c2
No known key found for this signature in database
GPG Key ID: BD387FF7BC10AA9D

@ -1,5 +0,0 @@
# Markdownlint configuration file
default: true,
line-length: false
no-duplicate-header:
siblings_only: true

@ -0,0 +1,7 @@
# gitignore
.nextflow*
work/
data/
results/
.DS_Store
*.code-workspace

@ -0,0 +1,2 @@
printWidth: 120
tabWidth: 2
Loading…
Cancel
Save