Skip to content

Commit 495baab

Browse files
committed
merged with upstream
2 parents c11defb + 153acf7 commit 495baab

File tree

124 files changed

+18263
-8471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+18263
-8471
lines changed

.eslintrc.js

+4
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@ module.exports = {
7777
"semi": 2,
7878
"arrow-spacing": 2,
7979
"no-prototype-builtins": 1,
80+
"@typescript-eslint/ban-types": 1,
8081
"@typescript-eslint/camelcase": 0,
82+
"@typescript-eslint/no-explicit-any": 1,
8183
"@typescript-eslint/no-var-requires": 1,
84+
"@typescript-eslint/no-unsafe-declaration-merging": 1,
85+
"@typescript-eslint/no-unused-vars": 1,
8286
"@typescript-eslint/no-use-before-define": 1,
8387
"@typescript-eslint/no-empty-interface": 1
8488
},

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*.log
66
/build
77
/gitno
8+
cache
89
node_modules
9-
doc/code
10-
doc/_build
11-
doc/__pycache__/
1210
tags
11+
docs/api/index.md
12+
docs/.vitepress/dist/

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ production.
2323
* [JavaScript API](https://remotestoragejs.readthedocs.io/en/latest/js-api.html)
2424
* [Usage with Node.js](https://remotestoragejs.readthedocs.io/en/latest/nodejs.html)
2525
* Ask questions on the [community forums](https://community.remotestorage.io/)
26-
* Ask questions on IRC in [#remotestorage on Libera.Chat](ircs://irc.libera.chat:6697/remotestorage)
27-
([Web Chat](https://web.libera.chat/#remotestorage))
28-
(wait a bit, if nobody's responding right away)
2926
* If you found a potential bug, or want to propose a change, [open an issue on
3027
GitHub](https://github.com/remotestorage/remotestorage.js/issues). New issues
3128
will usually receive a response within 24-48 hours.

doc/Makefile

-20
This file was deleted.

doc/_static/css/custom.css

-11
This file was deleted.

doc/_templates/layout.html

-5
This file was deleted.

doc/build-with-conda.sh

-19
This file was deleted.

doc/conf.py

-221
This file was deleted.

doc/contributing.rst

-18
This file was deleted.

doc/contributing/building.rst

-45
This file was deleted.

0 commit comments

Comments
 (0)