Skip to content

Commit 38e42a5

Browse files
authored
Merge pull request #7 from dlabaj/seed-update
fix(): Added Change log, and symantic release updates.
2 parents 55a2d99 + 4a4aa81 commit 38e42a5

File tree

15 files changed

+6232
-55
lines changed

15 files changed

+6232
-55
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
},
3434
"plugins": ["react", "react-hooks", "@typescript-eslint"],
3535
"rules": {
36+
"@typescript-eslint/no-explicit-any": "off",
37+
"@typescript-eslint/no-inferrable-types": "off",
38+
"@typescript-eslint/ban-types": "off",
3639
"@typescript-eslint/adjacent-overload-signatures": "error",
3740
"@typescript-eslint/array-type": "error",
3841
"@typescript-eslint/consistent-type-assertions": "error",
@@ -90,7 +93,7 @@
9093
"radix": ["error", "as-needed"],
9194
"react/prop-types": 0,
9295
"react/display-name": 0,
93-
"react-hooks/exhaustive-deps": "warn",
96+
"react-hooks/exhaustive-deps": "off",
9497
"react/no-unescaped-entities": ["error", { "forbid": [">", "}"] }],
9598
"spaced-comment": "error",
9699
"use-isnan": "error"

0 commit comments

Comments
 (0)