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 2.2.0 to 3.0.0

9

lib/index.js

@@ -0,1 +1,2 @@

import eslintPluginPreferLet from "eslint-plugin-prefer-let"
import js from "@eslint/js"

@@ -90,2 +91,10 @@ import stylisticJs from "@stylistic/eslint-plugin-js"

plugins: {
"prefer-let": eslintPluginPreferLet,
},
rules: {
"prefer-let/prefer-let": `error`,
},
},
{
plugins: {
"@stylistic/js": stylisticJs,

@@ -92,0 +101,0 @@ },

5

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

@@ -31,3 +31,4 @@ "author": {

"@eslint/js": "^9.9.0",
"@stylistic/eslint-plugin-js": "^2.6.2",
"@stylistic/eslint-plugin-js": "^2.6.4",
"eslint-plugin-prefer-let": "^4.0.0",
"globals": "^15.9.0"

@@ -34,0 +35,0 @@ },

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