duhaime / eslint-plugin-frontmatter

Remove YAML frontmatter from `.js` files before calling ESLint
MIT License
0 stars 3 forks source link

Remove debugger statements from tests #6

Closed platinumazure closed 6 years ago

platinumazure commented 6 years ago

I left a few debugger; statements in the tests by accident. Sorry. This fixes that.

A linter would catch this. :smile:

duhaime commented 6 years ago

Thanks @platinumazure! I'll push a quick linter in just a minute :)