disable removed rules in textlint config

This commit is contained in:
mahula 2024-05-21 17:18:58 +02:00
parent 369f21303b
commit 6d0fc904d5

View File

@ -4,9 +4,7 @@ module.exports = {
'no-start-duplicated-conjunction': { 'no-start-duplicated-conjunction': {
interval : 2, // interval of sentences interval : 2, // interval of sentences
}, },
'max-comma': { 'max-comma': false,
max : 4,
},
/*'no-dead-link': { /*'no-dead-link': {
checkRelative: true, checkRelative: true,
baseURI: null, baseURI: null,
@ -20,7 +18,7 @@ module.exports = {
},*/ },*/
'no-empty-section': true, 'no-empty-section': true,
'textlint-rule-no-empty-element': true, 'textlint-rule-no-empty-element': true,
'period-in-list-item': true, 'period-in-list-item': false,
'@textlint-rule/no-unmatched-pair': true, '@textlint-rule/no-unmatched-pair': true,
'no-zero-width-spaces': true, 'no-zero-width-spaces': true,
'doubled-spaces': true, 'doubled-spaces': true,
@ -28,10 +26,7 @@ module.exports = {
// Misspellings to be ignored (case-insensitive) // Misspellings to be ignored (case-insensitive)
ignore: [], ignore: [],
}, },
'write-good': { 'write-good': false,
passive: false,
thereIs: false
},
'apostrophe': true, 'apostrophe': true,
}, },
filters: { filters: {