bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

Fix linter warning (no-console). #286

Closed maltoe closed 3 years ago

maltoe commented 3 years ago
$ eslint --ignore-path .gitignore --ext .js,.jsx .

/tickety-tick/src/popup/components/error-details.jsx
  35:23  warning  Unexpected console statement  no-console