Skip to content

Commit 5e634cf

Browse files
committed
Merge branch 'feat/multi-selection'
2 parents 7061f1a + 4bc7b8a commit 5e634cf

31 files changed

+804
-1179
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ module.exports = {
1111
},
1212
rules: {
1313
'@typescript-eslint/consistent-type-imports': 'error',
14+
'@typescript-eslint/no-non-null-assertion': 'off',
1415
},
1516
}

0 commit comments

Comments
 (0)