Skip to content

Commit

Permalink
merged with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharpm committed Aug 22, 2024
2 parents c11defb + 153acf7 commit 495baab
Show file tree
Hide file tree
Showing 124 changed files with 18,263 additions and 8,471 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,12 @@ module.exports = {
"semi": 2,
"arrow-spacing": 2,
"no-prototype-builtins": 1,
"@typescript-eslint/ban-types": 1,
"@typescript-eslint/camelcase": 0,
"@typescript-eslint/no-explicit-any": 1,
"@typescript-eslint/no-var-requires": 1,
"@typescript-eslint/no-unsafe-declaration-merging": 1,
"@typescript-eslint/no-unused-vars": 1,
"@typescript-eslint/no-use-before-define": 1,
"@typescript-eslint/no-empty-interface": 1
},
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*.log
/build
/gitno
cache
node_modules
doc/code
doc/_build
doc/__pycache__/
tags
docs/api/index.md
docs/.vitepress/dist/
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ production.
* [JavaScript API](https://remotestoragejs.readthedocs.io/en/latest/js-api.html)
* [Usage with Node.js](https://remotestoragejs.readthedocs.io/en/latest/nodejs.html)
* Ask questions on the [community forums](https://community.remotestorage.io/)
* Ask questions on IRC in [#remotestorage on Libera.Chat](ircs://irc.libera.chat:6697/remotestorage)
([Web Chat](https://web.libera.chat/#remotestorage))
(wait a bit, if nobody's responding right away)
* If you found a potential bug, or want to propose a change, [open an issue on
GitHub](https://github.com/remotestorage/remotestorage.js/issues). New issues
will usually receive a response within 24-48 hours.
Expand Down
20 changes: 0 additions & 20 deletions doc/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions doc/_static/css/custom.css

This file was deleted.

5 changes: 0 additions & 5 deletions doc/_templates/layout.html

This file was deleted.

19 changes: 0 additions & 19 deletions doc/build-with-conda.sh

This file was deleted.

221 changes: 0 additions & 221 deletions doc/conf.py

This file was deleted.

18 changes: 0 additions & 18 deletions doc/contributing.rst

This file was deleted.

45 changes: 0 additions & 45 deletions doc/contributing/building.rst

This file was deleted.

Loading

0 comments on commit 495baab

Please sign in to comment.