Socket
Socket
Sign inDemoInstall

eslint-plugin-spellcheck

Package Overview
Dependencies
3
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "eslint-plugin-spellcheck",
"version": "0.0.3",
"version": "0.0.4",
"description": "ESLint rules to spell check js files",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -89,9 +89,1 @@ # eslint-plugin-spellcheck

```
## Rules
| Name | Description | Default Configuration |
| ------------- | ------------- | ------------- |
| spell-comments | Check spelling inside js comments | 'spell-comments': 1 |
| spell-strings | Check spelling on each word in strings | 'spell-strings': 1 |
| spell-identifiers | Check spelling on identifiers, separatesd words if camelCased or snake_cased | 'spell-identifiers': 1 |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc