Socket
Socket
Sign inDemoInstall

@eslint/js

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint/js - npm Package Compare versions

Comparing version 8.52.0 to 8.53.0

2

package.json
{
"name": "@eslint/js",
"version": "8.52.0",
"version": "8.53.0",
"description": "ESLint JavaScript language implementation",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -12,20 +12,9 @@ /*

"accessor-pairs": "error",
"array-bracket-newline": "error",
"array-bracket-spacing": "error",
"array-callback-return": "error",
"array-element-newline": "error",
"arrow-body-style": "error",
"arrow-parens": "error",
"arrow-spacing": "error",
"block-scoped-var": "error",
"block-spacing": "error",
"brace-style": "error",
"camelcase": "error",
"capitalized-comments": "error",
"class-methods-use-this": "error",
"comma-dangle": "error",
"comma-spacing": "error",
"comma-style": "error",
"complexity": "error",
"computed-property-spacing": "error",
"consistent-return": "error",

@@ -38,14 +27,8 @@ "consistent-this": "error",

"default-param-last": "error",
"dot-location": "error",
"dot-notation": "error",
"eol-last": "error",
"eqeqeq": "error",
"for-direction": "error",
"func-call-spacing": "error",
"func-name-matching": "error",
"func-names": "error",
"func-style": "error",
"function-call-argument-newline": "error",
"function-paren-newline": "error",
"generator-star-spacing": "error",
"getter-return": "error",

@@ -57,16 +40,7 @@ "grouped-accessor-pairs": "error",

"id-match": "error",
"implicit-arrow-linebreak": "error",
"indent": "error",
"init-declarations": "error",
"jsx-quotes": "error",
"key-spacing": "error",
"keyword-spacing": "error",
"line-comment-position": "error",
"linebreak-style": "error",
"lines-around-comment": "error",
"lines-between-class-members": "error",
"logical-assignment-operators": "error",
"max-classes-per-file": "error",
"max-depth": "error",
"max-len": "error",
"max-lines": "error",

@@ -77,8 +51,4 @@ "max-lines-per-function": "error",

"max-statements": "error",
"max-statements-per-line": "error",
"multiline-comment-style": "error",
"multiline-ternary": "error",
"new-cap": "error",
"new-parens": "error",
"newline-per-chained-call": "error",
"no-alert": "error",

@@ -94,3 +64,2 @@ "no-array-constructor": "error",

"no-cond-assign": "error",
"no-confusing-arrow": "error",
"no-console": "error",

@@ -125,6 +94,3 @@ "no-const-assign": "error",

"no-extra-label": "error",
"no-extra-parens": "error",
"no-extra-semi": "error",
"no-fallthrough": "error",
"no-floating-decimal": "error",
"no-func-assign": "error",

@@ -150,8 +116,4 @@ "no-global-assign": "error",

"no-misleading-character-class": "error",
"no-mixed-operators": "error",
"no-mixed-spaces-and-tabs": "error",
"no-multi-assign": "error",
"no-multi-spaces": "error",
"no-multi-str": "error",
"no-multiple-empty-lines": "error",
"no-negated-condition": "error",

@@ -190,3 +152,2 @@ "no-nested-ternary": "error",

"no-sparse-arrays": "error",
"no-tabs": "error",
"no-template-curly-in-string": "error",

@@ -196,3 +157,2 @@ "no-ternary": "error",

"no-throw-literal": "error",
"no-trailing-spaces": "error",
"no-undef": "error",

@@ -227,15 +187,6 @@ "no-undef-init": "error",

"no-warning-comments": "error",
"no-whitespace-before-property": "error",
"no-with": "error",
"nonblock-statement-body-position": "error",
"object-curly-newline": "error",
"object-curly-spacing": "error",
"object-property-newline": "error",
"object-shorthand": "error",
"one-var": "error",
"one-var-declaration-per-line": "error",
"operator-assignment": "error",
"operator-linebreak": "error",
"padded-blocks": "error",
"padding-line-between-statements": "error",
"prefer-arrow-callback": "error",

@@ -254,4 +205,2 @@ "prefer-const": "error",

"prefer-template": "error",
"quote-props": "error",
"quotes": "error",
"radix": "error",

@@ -262,20 +211,7 @@ "require-atomic-updates": "error",

"require-yield": "error",
"rest-spread-spacing": "error",
"semi": "error",
"semi-spacing": "error",
"semi-style": "error",
"sort-imports": "error",
"sort-keys": "error",
"sort-vars": "error",
"space-before-blocks": "error",
"space-before-function-paren": "error",
"space-in-parens": "error",
"space-infix-ops": "error",
"space-unary-ops": "error",
"spaced-comment": "error",
"strict": "error",
"switch-colon-spacing": "error",
"symbol-description": "error",
"template-curly-spacing": "error",
"template-tag-spacing": "error",
"unicode-bom": "error",

@@ -285,7 +221,4 @@ "use-isnan": "error",

"vars-on-top": "error",
"wrap-iife": "error",
"wrap-regex": "error",
"yield-star-spacing": "error",
"yoda": "error"
}
});
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