diff --git a/.remarkrc b/.remarkrc new file mode 100644 index 00000000000..22bae13ccf8 --- /dev/null +++ b/.remarkrc @@ -0,0 +1,12 @@ +{ + "plugins": { + "lint": { + "table-pipes": false, + "table-pipe-alignment": false, + "maximum-line-length": 120 + } + }, + "settings": { + "commonmark": true + } +}