We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f419de commit 831ba54Copy full SHA for 831ba54
.eslintrc.js
@@ -41,7 +41,7 @@ module.exports = {
41
rules: {
42
"import/no-unresolved": "off",
43
"@typescript-eslint/array-type": ["warn", { default: "array-simple" }],
44
- "@typescript-eslint/consistent-type-exports": "error",
+ "@typescript-eslint/consistent-type-exports": "warn",
45
"@typescript-eslint/explicit-function-return-type": ["warn", { allowExpressions: true }],
46
"@typescript-eslint/explicit-member-accessibility": "warn",
47
"@typescript-eslint/naming-convention": [
0 commit comments