Skip to content

Commit 64c7946

Browse files
authored
Merge pull request #337 from code-like-a-carpenter/remove-visx
remove visx
2 parents d6e448b + c194fb4 commit 64c7946

File tree

105 files changed

+994
-1364
lines changed

Some content is hidden

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

105 files changed

+994
-1364
lines changed

.eslintrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ rules:
4242
- ignore:
4343
- \.(scss|less|css)$
4444
no-unused-vars: off
45+
'@typescript-eslint/consistent-type-imports': error
4546
'@typescript-eslint/no-unused-vars':
4647
- warn
4748
- ignoreRestSiblings: true
49+
no-duplicate-imports: off
50+
import/no-duplicates: error

0 commit comments

Comments
 (0)