refactor: convert config actions to TypeScript (#4950)

This commit is contained in:
Vladislav Shkodin
2021-02-14 18:41:02 +01:00
committed by GitHub
parent 41e82c2280
commit 0ac17bfc25
6 changed files with 707 additions and 121 deletions

View File

@ -69,7 +69,8 @@ module.exports = {
'require-atomic-updates': [0],
'import/no-unresolved': [0],
'@typescript-eslint/no-non-null-assertion': [0],
'@typescript-eslint/explicit-function-return-type': 0,
'@typescript-eslint/camelcase': [0],
'@typescript-eslint/explicit-function-return-type': [0],
'@typescript-eslint/no-use-before-define': [
'error',
{ functions: false, classes: true, variables: true },