mirror of
https://github.com/jakobkordez/ham-reserve.git
synced 2025-08-06 21:27:40 +00:00
WIP
This commit is contained in:
@ -18,7 +18,7 @@ module.exports = {
|
||||
ignorePatterns: ['.eslintrc.js'],
|
||||
rules: {
|
||||
'@typescript-eslint/interface-name-prefix': 'off',
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
'@typescript-eslint/explicit-function-return-type': 'warn',
|
||||
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
||||
'@typescript-eslint/no-explicit-any': 'off'
|
||||
},
|
||||
|
Reference in New Issue
Block a user