Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change any to unknown #477

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions .eslintrc
Expand Up @@ -51,9 +51,7 @@
"plugins": ["@typescript-eslint"],
"extends": ["plugin:@typescript-eslint/recommended"],
"rules": {
"@typescript-eslint/array-type": "error",
// should probably enable this, but it's a bit too strict for now
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/array-type": "error"
}
}
]
Expand Down
2 changes: 2 additions & 0 deletions all.js
@@ -1 +1,3 @@
// override rule to allow running linting before build (dist directory won't exist yet)
/* eslint import/no-unresolved: "warn" */
require('./dist/all');