This commit is contained in:
Sam Partington 2023-04-04 12:25:15 +01:00
Родитель 03638f5558
Коммит 1fb4ebe18a
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,7 @@
const options = require('@github/markdownlint-github').init()
const options = require('@github/markdownlint-github').init({
"MD013": false, // Line length
"MD041": false, // First line in file should be a top level heading
})
module.exports = {
config: options,
customRules: ["@github/markdownlint-github"],