eslint-plugin-spellcheck icon indicating copy to clipboard operation
eslint-plugin-spellcheck copied to clipboard

Results 36 eslint-plugin-spellcheck issues
Sort by recently updated
recently updated
newest added

This code: ``` // IPv4 ``` … produces this warning: ``` You have a misspelled word: Pv4 on Comment ``` … even with following config: ```javascript { skipWords: [/*…*/], minLength:...

Bumps [minimist](https://github.com/substack/minimist) from 0.0.8 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

While I don't want to have spelling mistakes in functions that I create myself, I don't care if there are spelling mistakes in the functions of libraries that I import;...

Is there a way to use this spellcheck inside of Markdown files?

Retain hash for color codes embedded in strings or tagged template literals. Currently these hash symbols are being stripped out incorrectly making it impossible to know that a word is...

It should be possible to configure the plugin to read the words lists from [cspell config](https://github.com/streetsidesoftware/cspell#readme) This would enable a unified workflow for flagging spelling errors as part of the...

Hi, I want to be told that I have a spelling error in this comment: ``` // Some of the IDs have speling errors ``` For the sake of argument,...

I have now some repos that uses `eslint-plugin-spellcheck` But I found out that they have some words in common I added manually Could they introduced to `eslint-plugin-spellcheck` directly? Repos: -...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies