kabbi / zigbee2mqtt-adapter

zigbee2mqtt adapter for WebThings gateway
Mozilla Public License 2.0
21 stars 13 forks source link

Fix eslint errors #35

Closed tim-hellhake closed 3 years ago

tim-hellhake commented 3 years ago

It's mostly about indentation. This should help reviewing the diffs: image

tim-hellhake commented 3 years ago

I rebased the PR to the latest master.

flatsiedatsie commented 3 years ago

Sorry, I was still working on the addon. It seems quite a bit has changed.

flatsiedatsie commented 3 years ago

I tried to manually resolve, but failed.

flatsiedatsie commented 3 years ago

Does the type of quotation marks used matter? I much prefer "it's cool" to 'it\'s cool'

tim-hellhake commented 3 years ago

Does the type of quotation marks used matter? I much prefer "it's cool" to 'it\'s cool'

Yeah it does

flatsiedatsie commented 3 years ago

Now would be a good moment for the lint fix if you're still up for it.

tim-hellhake commented 3 years ago

All ESLint warnings/errors should be fixed now.