fix linting

This commit is contained in:
Ulf Gebhardt 2023-04-03 14:35:42 +02:00
parent e48114beb3
commit e1055adcfc
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 6 additions and 5 deletions

View File

@ -4,9 +4,9 @@ module.exports = {
'no-start-duplicated-conjunction': {
interval : 2, // interval of sentences
},
'max-comma': {
/*'max-comma': {
max : 4,
},
},*/
/*'no-dead-link': {
checkRelative: true,
baseURI: null,
@ -28,10 +28,10 @@ module.exports = {
// Misspellings to be ignored (case-insensitive)
ignore: [],
},
'write-good': {
/*'write-good': {
passive: false,
thereIs: false
},
},*/
'apostrophe': true,
},
filters: {

View File

@ -253,7 +253,7 @@ Shows automatically related actions for existing post.
[Cucumber Features](https://github.com/Ocelot-Social-Community/Ocelot-Social/tree/master/cypress/integration/administration)
* Provide Admin-Interface to send Users Invite Code
* Static Pages for Data Privacy Statement ..
* Static Pages for Data Privacy Statement
* Create, edit and delete Announcements
* Pin a post to inform users

View File

@ -1,2 +1,3 @@
# Unit Testing
this is empty