0x0ece / yopa-native

0 stars 2 forks source link

Fix linter #44

Closed 0x0ece closed 6 years ago

0x0ece commented 6 years ago

:-)

jacksilv commented 6 years ago

It is a bug in the Linter configuration to be fixed here, not the our code, right?

0x0ece commented 6 years ago

The new file SearchBox uses a different syntax. I’ve tried in the past to fix on the l’inter side but gave up, and fixed the syntax.

method = (arg) => { body } becomes method(arg) { body }