Socket
Socket
Sign inDemoInstall

@porch/eslint-config-porch

Package Overview
Dependencies
296
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.1.0 to 9.1.1

4

package.json
{
"name": "@porch/eslint-config-porch",
"version": "9.1.0",
"version": "9.1.1",
"description": "Porch's eslint configuration.",

@@ -26,3 +26,3 @@ "main": "index.js",

"eslint-plugin-mocha": "^4.6.0",
"eslint-plugin-prettier": "latest",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",

@@ -29,0 +29,0 @@ "prettier": "^1.9.2"

@@ -17,22 +17,11 @@ {

"arrow-body-style": [ 2, "as-needed" ],
"arrow-parens": [ 2, "as-needed" ],
"array-bracket-spacing": 0,
"arrow-spacing": 2,
"block-scoped-var": 2,
"brace-style": [ 2, "1tbs", { "allowSingleLine": true } ],
"camelcase": [ 2, { "properties": "never" } ],
"comma-dangle": [ 2, "never" ],
"comma-spacing": [ 2, { "before": false, "after": true } ],
"comma-style": [ 2, "last" ],
"consistent-return": 0,
"curly": [ 2, "multi-line" ],
"default-case": 2,
"dot-notation": [ 2, { "allowKeywords": true } ],
"eol-last": 2,
"eqeqeq": 2,
"func-names": 0, // TODO: This change is coming.
"guard-for-in": 2,
"indent": [ 2, 4 ],
"key-spacing": [ 2, { "beforeColon": false, "afterColon": true } ],
"keyword-spacing": 2,
"new-cap": [ 0, { "newIsCap": true } ],

@@ -57,6 +46,3 @@ "no-alert": 1,

"no-extra-boolean-cast": 0,
"no-extra-parens": [ 2, "functions" ],
"no-extra-semi": 2,
"no-fallthrough": 2,
"no-floating-decimal": 2,
"no-func-assign": 2,

@@ -69,5 +55,3 @@ "no-implied-eval": 2,

"no-loop-func": 2,
"no-mixed-spaces-and-tabs": 2,
"no-multi-str": 2,
"no-multiple-empty-lines": [ 2, { "max": 2 } ],
"no-native-reassign": 2,

@@ -91,6 +75,4 @@ "no-nested-ternary": 2,

"no-shadow-restricted-names": 2,
"no-spaced-func": 2,
"no-sparse-arrays": 2,
"no-throw-literal": 2,
"no-trailing-spaces": 2,
"no-undef": 2,

@@ -102,14 +84,6 @@ "no-underscore-dangle": 0,

"no-with": 2,
"object-curly-spacing": [ 2, "always" ],
"one-var": [ 2, "never" ],
"padded-blocks": [ 2, "never" ],
"prefer-spread": 2,
"quotes": [ 2, "single", "avoid-escape" ],
"radix": 2,
"semi": [ 2, "always" ],
"semi-spacing": [ 2, { "before": false, "after": true } ],
"sort-vars": 2,
"space-before-blocks": 2,
"space-before-function-paren": [ 2, { "anonymous": "always", "named": "never" } ],
"space-infix-ops": 2,
"spaced-comment": 2,

@@ -119,5 +93,4 @@ "strict": [ 2, "never" ],

"vars-on-top": 0, // TODO: This change is coming.
"wrap-iife": [ 2, "any" ],
"yoda": 2
}
}

@@ -14,7 +14,2 @@ {

"react/jsx-boolean-value": [ 2, "always"],
"react/jsx-closing-bracket-location": 2,
"react/jsx-curly-spacing": [2, "never"],
"react/jsx-equals-spacing": 2,
"react/jsx-indent": 1,
"react/jsx-indent-props": 2,
"react/jsx-key": 2,

@@ -30,3 +25,2 @@ "react/jsx-max-props-per-line": 0,

"react/jsx-uses-vars": 2,
"react/jsx-wrap-multilines": 2,
"react/no-deprecated": 2,

@@ -33,0 +27,0 @@ "react/no-did-mount-set-state": 2,

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