forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into server-in-url
- Loading branch information
Showing
58 changed files
with
2,555 additions
and
2,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
module.exports = { | ||
"extends": ["matrix-org", "matrix-org/react"], | ||
"env": { | ||
"browser": true, | ||
"node": true, | ||
plugins: ["matrix-org"], | ||
extends: [ | ||
"plugin:matrix-org/babel", | ||
"plugin:matrix-org/react", | ||
], | ||
env: { | ||
browser: true, | ||
node: true, | ||
}, | ||
"rules": { | ||
rules: { | ||
// Things we do that break the ideal style | ||
"quotes": "off", | ||
}, | ||
"overrides": [{ | ||
"files": ["src/**/*.{ts,tsx}"], | ||
"extends": ["matrix-org/ts", "matrix-org/react"], | ||
"env": { | ||
"browser": true, | ||
}, | ||
"rules": { | ||
overrides: [{ | ||
files: ["src/**/*.{ts,tsx}"], | ||
extends: [ | ||
"plugin:matrix-org/typescript", | ||
"plugin:matrix-org/react", | ||
], | ||
rules: { | ||
// Things we do that break the ideal style | ||
"prefer-promise-reject-errors": "off", | ||
"quotes": "off", | ||
// While converting to ts we allow this | ||
|
||
// We disable this while we're transitioning | ||
"@typescript-eslint/no-explicit-any": "off", | ||
"prefer-promise-reject-errors": "off", | ||
}, | ||
}], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
<!-- Please read CONTRIBUTING.md before submitting your pull request --> | ||
<!-- Please read https://github.com/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md before submitting your pull request --> | ||
|
||
<!-- Include a Sign-Off at the end of your Pull Request (as described in CONTRIBUTING.md), or on every commit --> | ||
<!-- Include a Sign-Off as described in https://github.com/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md#sign-off --> | ||
|
||
<!-- To specify text for the changelog entry (otherwise the PR title will be used): | ||
Notes: | ||
Changelog entries will also appear in element-desktop. For PRs that *only* affect the desktop version: | ||
Notes: none | ||
element-desktop notes: <notes> | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,5 @@ electron/pub | |
/src/component-index.js | ||
/.tmp | ||
/webpack-stats.json | ||
.vscode | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.