index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
web
/
source
/
.eslintrc.js
blob: 7615c76d4fa447e30c12d0fbf510d08da0ecffc0 (
plain
)
1
2
3
4
5
"use strict"
;
module.exports
=
{
"extends"
:
[
"@joepie91/eslint-config/react"
]
};