Socket
Socket
Sign inDemoInstall

@sxzz/eslint-config

Package Overview
Dependencies
294
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.2.3

4

package.json
{
"name": "@sxzz/eslint-config",
"version": "3.2.2",
"version": "3.2.3",
"packageManager": "pnpm@8.6.7",

@@ -17,4 +17,4 @@ "description": "ESLint config for @sxzz.",

"files": [
"index.cjs",
"index.js",
"index.cjs",
"src"

@@ -21,0 +21,0 @@ ],

@@ -80,5 +80,16 @@ import jsoncPlugin, { configs } from 'eslint-plugin-jsonc'

},
{
pathPattern: '^exports.*$',
order: ['types', 'require', 'import', 'default'],
},
],
'jsonc/sort-array-values': [
'error',
{
pathPattern: '^files$',
order: { type: 'asc' },
},
],
},
},
]

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc