You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixing an issue with prettier and eslint
There is a conflict between arrow syntax rules in airbnb eslint
configuration and the way default prettier works in VSCode. These
additional setting should help anyone using VSCode with autoformat +
prettier to not run into problems building the library.
I am open to better ways of handling this of course!
(Note the changes in ImageClassifier are trivial and just testing).
* adding eslint-config-prettier as dev dependency
* trivial change to run tests again
0 commit comments