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

eslint-plugin-import-helpers

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-import-helpers - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0

2

lib/rules/order-imports.js

@@ -7,3 +7,3 @@ "use strict";

var alphabetizeOptions = ['ignore', 'asc', 'desc'];
var defaultGroups = ['module', 'parent', 'sibling', 'index'];
var defaultGroups = ['absolute', 'module', 'parent', 'sibling', 'index'];
function reverse(array) {

@@ -10,0 +10,0 @@ return array

{
"name": "eslint-plugin-import-helpers",
"version": "1.0.0-0",
"version": "1.0.0",
"description": "ESLint Rules to Aid with Imports",

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

@@ -13,3 +13,3 @@ # eslint-plugin-import-helpers

Enforce a _configurable_ convention in module import order
Enforce a _configurable_ convention in module import order. See the [`order-imports`] page for configuration details.

@@ -24,3 +24,3 @@ ```javascript

groups: [
['builtin', 'external', 'internal'],
'module',
'/^@shared/',

@@ -76,3 +76,3 @@ ['parent', 'sibling', 'index'],

groups: [
['builtin', 'external', 'internal'],
'module',
'/^@shared/',

@@ -79,0 +79,0 @@ ['parent', 'sibling', 'index'],

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