Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
chore: changed no-explicit-any from error to warning (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar authored Nov 19, 2019
1 parent 1ecc20d commit dd91fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ const TYPESCRIPT_ESLINT_RULES = {
'@typescript-eslint/typedef': OFF,
'@typescript-eslint/unbound-method': OFF,
'@typescript-eslint/unified-signatures': OFF,

'@typescript-eslint/no-explicit-any': WARN,

'@typescript-eslint/adjacent-overload-signatures': ERROR,
'@typescript-eslint/ban-ts-ignore': ERROR,
Expand All @@ -371,7 +373,6 @@ const TYPESCRIPT_ESLINT_RULES = {
'@typescript-eslint/no-array-constructor': ERROR,
'@typescript-eslint/no-empty-function': ERROR,
'@typescript-eslint/no-empty-interface': ERROR,
'@typescript-eslint/no-explicit-any': ERROR,
'@typescript-eslint/no-inferrable-types': ERROR,
'@typescript-eslint/no-misused-new': ERROR,
'@typescript-eslint/no-namespace': ERROR,
Expand Down

0 comments on commit dd91fbd

Please sign in to comment.