New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-eslint-snake-case

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-eslint-snake-case - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/rules/snake-case.js

@@ -6,4 +6,3 @@ module.exports = function snakeCase(context) {

if (/[A-Z]/.test(variableName)
&& variableName.indexOf("_") > -1) {
if (/[A-Z]/.test(variableName)) {

@@ -10,0 +9,0 @@ context.report(node, '`{{identifier}}` : Variable must be in snake case', {

{
"name": "eslint-plugin-eslint-snake-case",
"version": "0.0.2",
"version": "0.0.3",
"description": "This plugin verifys variable names are in snake_case",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc