Socket
Socket
Sign inDemoInstall

@foxriver76/eslint-config

Package Overview
Dependencies
193
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

8

.eslintrc.js

@@ -10,3 +10,5 @@ module.exports = {

],
"plugins": [],
"plugins": [
"unicorn"
],
"ignorePatterns": [

@@ -76,3 +78,5 @@ "**/doc",

"no-nested-ternary": "off",
"no-unneeded-ternary": "error"
"no-unneeded-ternary": "error",
"unicorn/prefer-module": "error",
"unicorn/prefer-node-protocol": "error"
},

@@ -79,0 +83,0 @@ "parserOptions": {

{
"name": "@foxriver76/eslint-config",
"version": "1.0.3",
"version": "1.0.4",
"description": "Eslint config",

@@ -13,4 +13,5 @@ "main": ".eslintrc.js",

"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^52.0.0",
"prettier": "^3.0.1"
}
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc