Socket
Socket
Sign inDemoInstall

eslint-config-jquery

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-jquery - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

8

.eslintrc.json

@@ -42,3 +42,9 @@ {

"no-undef": "error",
"no-unused-vars": "error",
"no-unused-vars": [
"error",
{
"args": "all",
"argsIgnorePattern": "^_"
}
],
"operator-linebreak": [

@@ -45,0 +51,0 @@ "error",

2

package.json
{
"name": "eslint-config-jquery",
"version": "1.0.1",
"version": "2.0.0",
"description": "jQuery eslint config",

@@ -5,0 +5,0 @@ "main": ".eslintrc.json",

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