add basic new syntax

This commit is contained in:
Philipp Kühn
2020-10-21 15:17:05 +02:00
parent 36fd2b70c7
commit 020483f0b2
10 changed files with 249 additions and 110 deletions

View File

@@ -56,6 +56,8 @@ module.exports = {
'no-param-reassign': 'off',
'import/prefer-default-export': 'off',
'consistent-return': 'off',
'no-redeclare': 'off',
'@typescript-eslint/no-redeclare': ['error'],
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['error'],
'no-use-before-define': 'off',