Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-consistent-imports

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-consistent-imports - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

lib/rules/default-match-source.js

2

docs/rules/default-variable-match-filename.md

@@ -1,2 +0,2 @@

# The variable name for a default import should be a camelcase alphanumeric version of the filename. (default-variable-match-filename)
# The variable name for a default import should be a camelcase alphanumeric version of the filename. (default-match-source)

@@ -3,0 +3,0 @@ Please describe the origin of the rule here.

@@ -15,4 +15,12 @@ /**

// enable all by default
const configs = {
recommended: {
rules,
},
};
module.exports = {
configs,
rules,
};
{
"name": "eslint-plugin-consistent-imports",
"version": "1.10.0",
"version": "1.11.0",
"description": "ESLint rules to enforce consistent variable names for default imports.",

@@ -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