Skip to content

Commit 4d2eed7

Browse files
committed
Merge branch 'develop' into unsaved-changes-warning-series-details
2 parents 41022d8 + 92c4d34 commit 4d2eed7

226 files changed

Lines changed: 4534 additions & 3882 deletions

File tree

Some content is hidden

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

eslint.config.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,12 @@ export default [
1111
{
1212
rules: {
1313
// TODO: We want to turn these on eventually
14-
"arrow-parens": "off",
1514
"camelcase": "off",
16-
"comma-dangle": "off",
1715
"indent": "off",
18-
"keyword-spacing": "off",
1916
"max-len": "off",
20-
"no-extra-boolean-cast": "off",
2117
"no-tabs": "off",
2218
"no-unused-expressions": "off",
23-
"object-curly-spacing": "off",
2419
"prefer-const": "off",
25-
"quotes": "off",
26-
"semi": "off",
2720
"spaced-comment": "off",
2821
"@typescript-eslint/await-thenable": "off",
2922
"@typescript-eslint/no-explicit-any": "off",
@@ -39,7 +32,7 @@ export default [
3932
"@typescript-eslint/no-unsafe-return": "off",
4033
"@typescript-eslint/require-await": "off",
4134
"@typescript-eslint/unbound-method": "off",
42-
}
43-
}
35+
},
36+
},
4437
];
4538

0 commit comments

Comments
 (0)