Skip to content

Commit 7c944f2

Browse files
authored
chore: organize dependencies correctly (#71)
1 parent 1b84ac2 commit 7c944f2

File tree

5 files changed

+467
-128
lines changed

5 files changed

+467
-128
lines changed

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ env:
1717
plugins:
1818
- testing-library
1919
- "@typescript-eslint"
20+
ignorePatterns:
21+
- build/**/*
2022
rules:
2123
# This rule has been deprecated, see https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/label-has-for.md
2224
jsx-a11y/label-has-for: "off"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ node_modules
77
.vscode
88
.idea
99

10+
build
11+
1012
tsconfig.tsbuildinfo

0 commit comments

Comments
 (0)