Merge branch stable into develop
This commit is contained in:
parent
d2f7d45a0d
commit
ec8dc8e09f
57 changed files with 2844 additions and 1907 deletions
|
|
@ -26,6 +26,9 @@ module.exports = {
|
|||
// NOTE: Nicer for the eye
|
||||
'operator-linebreak': ['error', 'before'],
|
||||
|
||||
// NOTE: We have a logger instance
|
||||
'no-console': 'error',
|
||||
|
||||
// NOTE: Handled by typescript
|
||||
'@typescript-eslint/no-unused-vars': 'off',
|
||||
'no-use-before-define': 'off',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue