Skip to content

Commit 03e7180

Browse files
committed
Merge branch 'main' into e2e/money-request-flow
2 parents 3605769 + 0754949 commit 03e7180

File tree

484 files changed

+14346
-6054
lines changed

Some content is hidden

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

484 files changed

+14346
-6054
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ module.exports = {
145145
'@typescript-eslint/no-floating-promises': 'off',
146146
'@typescript-eslint/no-import-type-side-effects': 'error',
147147
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
148+
'@typescript-eslint/max-params': ['error', {max: 10}],
148149
'@typescript-eslint/naming-convention': [
149150
'error',
150151
{

0 commit comments

Comments
 (0)