David Bleeker

Results 7 comments of David Bleeker

I have a [pull request](https://github.com/aotaduy/eslint-plugin-spellcheck/pull/63) with a proposed fix.

The only line that is changed is the RegExp that handles removing characters before the text is evaluated... The only difference is that it now extracts only those hash symbols...

Any chance you could review and approve this change? It has been almost three months since the PR was submitted and we are still encountering this issue.

This is running under `jsdom` with `react-scripts` 1.1.1, and so should not fail.

Does not appear this plugin is being maintained. Closing

My change simply adds a check for valid color codes and does not change the application logic or configuration parameters. I think it is the least impact change. Everything else...

This seems to relate to the ellipsis (variable arguments), because the same error is thrown when the following code is executed: ```javascript let { parse, stringify } = require('scss-parser') //...