Socket
Socket
Sign inDemoInstall

eslint-config-5app

Package Overview
Dependencies
88
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.1.0

37

eslintrc.json

@@ -16,4 +16,3 @@ {

"rules": {
"arrow-spacing": [2, { "before": true, "after": true }],
"arrow-body-style": [2, "as-needed"],
"arrow-spacing": [2, {"before": true, "after": true}],
"arrow-parens": [2, "as-needed"],

@@ -24,3 +23,3 @@ "array-bracket-spacing": [2, "never"],

"comma-dangle": 0,
"comma-spacing": [2, { "before": false, "after": true }],
"comma-spacing": [2, {"before": false, "after": true}],
"dot-notation": 2,

@@ -30,25 +29,49 @@ "eqeqeq": 2,

"indent": [2, "tab", {"SwitchCase": 1}],
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"keyword-spacing": [2, { "before": true }],
"linebreak-style": [2, "unix"],
"no-alert": 2,
"no-caller": 2,
"no-cond-assign": 2,
"no-constant-condition": 2,
"no-confusing-arrow": [2, {"allowParens": true}],
"no-console": 2,
"no-debugger": 2,
"no-div-regex": 2,
"no-dupe-keys": 2,
"no-console": 2,
"no-empty": 2,
"no-empty-pattern": 2,
"no-eval": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
"no-extra-semi": 2,
"no-fallthrough": 2,
"no-floating-decimal": 2,
"no-func-assign": 2,
"no-global-assign": 2,
"no-implicit-globals": 2,
"no-irregular-whitespace": 2,
"no-mixed-spaces-and-tabs": 2,
"no-multi-spaces": 2,
"no-multi-str": 2,
"no-multiple-empty-lines": 2,
"no-new-func": 2,
"no-new-wrappers": 2,
"no-octal": 2,
"no-octal-escape": 2,
"no-proto": 2,
"no-redeclare": 2,
"no-return-await": 2,
"no-script-url": 2,
"no-self-assign": 2,
"no-self-compare": 2,
"no-sequences": 2,
"no-spaced-func": 2,
"no-throw-literal": 2,
"no-trailing-spaces": 2,
"no-useless-call": 2,
"no-useless-return": 2,
"no-undef": 2,
"no-unexpected-multiline": 2,
"no-unneeded-ternary": 2,
"no-unreachable": 2,

@@ -70,6 +93,8 @@ "no-unused-vars": 2,

"space-before-blocks": 2,
"space-before-function-paren": [2, "never"],
"space-infix-ops": [2, {"int32Hint": false}],
"space-in-parens": [2, "never"],
"valid-typeof": 2
"valid-typeof": 2,
"yoda": 2
}
}

2

package.json
{
"name": "eslint-config-5app",
"version": "0.0.0",
"version": "0.1.0",
"description": "Javascript Style guide for 5app",

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

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