Merge branch 'master' into patch-2
This commit is contained in:
commit
e9c07f46e4
55 changed files with 931 additions and 1222 deletions
|
@ -63,6 +63,7 @@ module.exports = {
|
|||
'@typescript-eslint/no-shadow': ['error'],
|
||||
'no-throw-literal': ['error'],
|
||||
'no-trailing-spaces': ['error'],
|
||||
'no-undef-init': ['error'],
|
||||
'no-unneeded-ternary': ['error'],
|
||||
'no-unused-expressions': ['off'],
|
||||
'@typescript-eslint/no-unused-expressions': ['error', { 'allowShortCircuit': true, 'allowTernary': true, 'allowTaggedTemplates': true }],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue