File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
eslint-config-zillow-typescript/rules
eslint-plugin-zillow/test/__snapshots__ Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ module.exports = {
2424
2525 // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/explicit-module-boundary-types.md
2626 '@typescript-eslint/explicit-module-boundary-types' : [
27- // TODO: error ?
28- 'warn ' ,
27+ // TODO: move to "strict" variant, enable ?
28+ 'off ' ,
2929 {
3030 allowArgumentsExplicitlyTypedAsAny : false ,
3131 allowDirectConstAssertionInArrowFunctions : true ,
Original file line number Diff line number Diff line change @@ -3101,7 +3101,7 @@ Object {
31013101 },
31023102 ],
31033103 " zillow/@typescript-eslint/explicit-module-boundary-types" : Array [
3104- " warn " ,
3104+ " off " ,
31053105 Object {
31063106 " allowArgumentsExplicitlyTypedAsAny" : false ,
31073107 " allowDirectConstAssertionInArrowFunctions" : true ,
You can’t perform that action at this time.
0 commit comments