Add rxjs/recommend eslint rules (#2724)

We will probably want to tweak these as we get more used to them.
This commit is contained in:
Hugh Nimmo-Smith
2024-11-06 14:33:06 +00:00
committed by GitHub
parent c45f724279
commit 7fd344385d
5 changed files with 290 additions and 32 deletions

View File

@@ -8,12 +8,13 @@ Please see LICENSE in the repository root for full details.
`;
module.exports = {
plugins: ["matrix-org"],
plugins: ["matrix-org", "rxjs"],
extends: [
"plugin:matrix-org/react",
"plugin:matrix-org/a11y",
"plugin:matrix-org/typescript",
"prettier",
"plugin:rxjs/recommended",
],
parserOptions: {
ecmaVersion: "latest",