diff --git a/.markdownlint.json b/.markdownlint.json deleted file mode 100644 index b4a6560..0000000 --- a/.markdownlint.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "MD013": false, - "MD025": false -} \ No newline at end of file diff --git a/.markdownlintrc b/.markdownlintrc new file mode 100644 index 0000000..6316904 --- /dev/null +++ b/.markdownlintrc @@ -0,0 +1,12 @@ +{ + "MD013": { + "tables": false, + "headings": false, + "code_blocks": false + }, + "MD025": false, + "MD046": { + "style": "fenced" + } +} + diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..4a19fb5 --- /dev/null +++ b/.prettierrc @@ -0,0 +1 @@ +proseWrap: "always"