Skip to content

Commit 831ba54

Browse files
committed
make all lints warnings
The CI script runs with --max-warnings 0 regardless.
1 parent 4f419de commit 831ba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
rules: {
4242
"import/no-unresolved": "off",
4343
"@typescript-eslint/array-type": ["warn", { default: "array-simple" }],
44-
"@typescript-eslint/consistent-type-exports": "error",
44+
"@typescript-eslint/consistent-type-exports": "warn",
4545
"@typescript-eslint/explicit-function-return-type": ["warn", { allowExpressions: true }],
4646
"@typescript-eslint/explicit-member-accessibility": "warn",
4747
"@typescript-eslint/naming-convention": [

0 commit comments

Comments
 (0)