w3c / scribejs

Converter of RRSAgent IRC logs into minutes in markdown
https://w3c.github.io/scribejs/BrowserView/
Other
11 stars 14 forks source link

Unbreak CI #91

Closed sideshowbarker closed 3 years ago

sideshowbarker commented 3 years ago

Without this change, npm run lint fails with the following error:

/home/travis/build/w3c/scribejs/src/lib/conf.ts 44:75 error Type boolean trivially inferred from a boolean literal, remove type annotation @typescript-eslint/no-inferrable-types

iherman commented 3 years ago

@sideshowbarker that was a breaking change: you removed a function parameter instead of removing the type annotation only :-(

sideshowbarker commented 3 years ago

@sideshowbarker that was a breaking change: you removed a function parameter instead of removing the type annotation only :-(

Sorry about that

iherman commented 3 years ago

No problems!