lint(): disable no explicit any

This commit is contained in:
Kamil Myśliwiec
2020-01-26 11:53:57 +01:00
parent 77ea06457e
commit 8defb42049
+1
View File
@@ -19,5 +19,6 @@ module.exports = {
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
},
};