Skip to content

Commit 7cd8c56

Browse files
authored
Merge pull request #18 from nemanjam/feat/new-gallery
New gallery
2 parents 16e4a72 + e8435dc commit 7cd8c56

File tree

46 files changed

+1586
-711
lines changed

Some content is hidden

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

46 files changed

+1586
-711
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports = {
2929
'@typescript-eslint/ban-ts-comment': 'off',
3030
'@typescript-eslint/no-non-null-assertion': 'off',
3131
'no-unused-vars': 'off',
32+
'@typescript-eslint/no-empty-object-type': 'off',
3233
'@typescript-eslint/no-unused-vars': [
3334
'error',
3435
{

0 commit comments

Comments
 (0)