Skip to content

Commit 8117db0

Browse files
committedNov 17, 2023
fix: Syntax
1 parent 7373763 commit 8117db0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎typescript.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module.exports = {
6767
selector: "ObjectExpression > Property[key.name='accountId'] ~ SpreadElement",
6868
message: "Danger, this can overwrite 'accountId'. Rearrange the order.",
6969
},
70-
},
70+
],
7171
overrides: [allowRequireInConfigs, noExplicitsInTests, noCastWithJestMock],
72+
}
7273
};

0 commit comments

Comments
 (0)
Please sign in to comment.