mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
fix linting
This commit is contained in:
parent
e48114beb3
commit
e1055adcfc
@ -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: {
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
# Unit Testing
|
||||
|
||||
this is empty
|
||||
Loading…
x
Reference in New Issue
Block a user