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

@firefoxic/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firefoxic/eslint-config - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

15

lib/index.js

@@ -68,17 +68,2 @@ import eslintPluginPreferLet from "eslint-plugin-prefer-let"

"radix": `error`,
"sort-imports": [
`error`,
{
ignoreCase: true,
ignoreDeclarationSort: false,
ignoreMemberSort: false,
memberSyntaxSortOrder: [
`single`,
`multiple`,
`all`,
`none`,
],
allowSeparatedGroups: true,
},
],
"strict": [

@@ -85,0 +70,0 @@ `error`,

16

package.json
{
"name": "@firefoxic/eslint-config",
"description": "Shared config for eslint by firefoxic.",
"version": "4.0.0",
"version": "5.0.0",
"license": "MIT",

@@ -20,3 +20,3 @@ "author": {

"engines": {
"node": "^20.12 || >=22.11"
"node": "^20.13 || >=22.11"
},

@@ -32,13 +32,13 @@ "exports": {

"peerDependencies": {
"eslint": "^9.13.0"
"eslint": "^9.15.0"
},
"dependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin-js": "^2.9.0",
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin-js": "^2.10.1",
"eslint-plugin-prefer-let": "^4.0.0",
"globals": "^15.11.0"
"globals": "^15.12.0"
},
"devDependencies": {
"@firefoxic/update-changelog": "^0.2.1",
"eslint": "^9.13.0"
"@firefoxic/update-changelog": "^1.0.0",
"eslint": "^9.15.0"
},

@@ -45,0 +45,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