Description
Hello,
First time for me using npm, so sorry if I'm doing it on wrong way but following all instructions, I got:
`
test.js:72:1
‼ 72:1 test.todo() should be not be used. ava/no-todo-test
index.js:32:1
‼ 44:1 Function TuyaCloud has a complexity of 23. complexity
× 32:1 Line 32 exceeds the maximum line length of 90. max-len
× 33:1 Line 33 exceeds the maximum line length of 90. max-len
× 35:1 Line 35 exceeds the maximum line length of 90. max-len
× 61:1 Line 61 exceeds the maximum line length of 90. max-len
× 62:1 Line 62 exceeds the maximum line length of 90. max-len
× 83:3 Closing curly brace does not appear on the same line as the subsequent block. brace-style
× 95:1 Expected indentation of 4 spaces but found 6. indent
× 96:1 Expected indentation of 4 spaces but found 6. indent
× 385:1 Expected indentation of 6 spaces but found 8.
`
Could you help me please?
Kind regards
Philippe