mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
disable removed rules in textlint config
This commit is contained in:
parent
369f21303b
commit
6d0fc904d5
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user