eslint-plugin-perfectionist
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
270190