This website requires JavaScript.
Explore
Help
Sign In
Castopod
/
RePod-Nextcloud-App
mirror of
https://git.crystalyx.net/Xefir/repod.git
Watch
1
Star
0
Fork
You've already forked RePod-Nextcloud-App
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
71d30ef4cc
RePod-Nextcloud-App
/
.eslintrc.js
9 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Init
2023-06-22 20:10:30 +02:00
module
.
exports
=
{
extends
:
[
'@nextcloud'
,
Fix small typos
2023-07-02 16:56:58 +02:00
]
,
Begin Discover
2023-07-02 18:30:42 +02:00
rules
:
{
'sort-imports'
:
'error'
,
}
,
Init
2023-06-22 20:10:30 +02:00
}