lint(): disable explicit module boundary types

This commit is contained in:
Kamil Myśliwiec
2020-08-23 15:05:58 +02:00
parent b88a975cd3
commit f586015774
+1
View File
@@ -19,6 +19,7 @@ module.exports = {
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
},
};