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

eslint-plugin-perfectionist

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-perfectionist - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

4

dist/rules/sort-imports.js

@@ -45,3 +45,3 @@ 'use strict'

customGroups: { value: {}, type: {} },
internalPattern: ['^~/.*'],
internalPattern: ['^~/.+'],
partitionByComment: false,

@@ -588,6 +588,6 @@ partitionByNewLine: false,

customGroups: { value: {}, type: {} },
internalPattern: ['^~/.+'],
partitionByComment: false,
partitionByNewLine: false,
specialCharacters: 'keep',
internalPattern: ['~/**'],
newlinesBetween: 'always',

@@ -594,0 +594,0 @@ sortSideEffects: false,

{
"name": "eslint-plugin-perfectionist",
"version": "4.0.1",
"version": "4.0.2",
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",

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