We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac15148 commit ccff9cdCopy full SHA for ccff9cd
.eslintrc.js
@@ -1,10 +1,6 @@
1
module.exports = {
2
plugins: ["matrix-org"],
3
- extends: [
4
- "plugin:matrix-org/babel",
5
- "plugin:matrix-org/typescript",
6
- "prettier",
7
- ],
+ extends: ["plugin:matrix-org/babel"],
8
parserOptions: {
9
project: ["./tsconfig-dev.json"],
10
},
@@ -38,7 +34,7 @@ module.exports = {
38
34
overrides: [
39
35
{
40
36
files: ["src/**/*.ts", "test/**/*.ts"],
41
- extends: ["plugin:matrix-org/typescript"],
37
+ extends: ["plugin:matrix-org/typescript", "prettier"],
42
rules: {
43
// TypeScript has its own version of this
44
"babel/no-invalid-this": "off",
0 commit comments