Skip to content

Commit 4a4aa81

Browse files
committed
fix(): Added Change log, and symantic release updates.
fix(): Added Change log, and symantic release updates. fix(): Removed release from package.json fix(): Added code for common js build. Removed side effects Updated with latest code from react-log-viewer patternfly repo. Updated change log. Updated to fix linting errors.
1 parent 819cbbf commit 4a4aa81

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)