Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-marudor

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-marudor - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

package.json
{
"name": "eslint-config-marudor",
"version": "1.0.2",
"version": "1.0.3",
"description": "Eslint Configuration for private use",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

@@ -22,3 +21,8 @@ "repository": {

},
"homepage": "https://github.com/marudor/eslint-config-marudor#readme"
"homepage": "https://github.com/marudor/eslint-config-marudor#readme",
"peerDependencies": {
"eslint": "^2.0.0",
"eslint-plugin-flow-vars": "^0.1.3",
"babel-eslint": "^5.0.0-beta10"
}
}

@@ -6,3 +6,3 @@ module.exports = {

"complexity": [0, 12],
"consistent-return": 2,
"consistent-return": 0,
"curly": [2, "all"],

@@ -12,3 +12,3 @@ "default-case": 2,

"dot-notation": 2,
"eqeqeq": 2,
"eqeqeq": [2, 'smart'],
"guard-for-in": 2,

@@ -15,0 +15,0 @@ "no-alert": 2,

@@ -8,3 +8,3 @@ module.exports = {

"no-class-assign": 2,
"no-confusing-arrow": 2,
"no-confusing-arrow": 0,
"no-const-assign": 2,

@@ -15,3 +15,3 @@ "no-dupe-class-members": 2,

"no-var": 2,
"no-useless-constructor": 2,
"no-useless-constructor": 0,
"object-shorthand": 2,

@@ -18,0 +18,0 @@ "prefer-const": 2,

module.exports = {
"flow-vars/define-flow-type": 2,
"flow-vars/use-flow-type": 2
"flow-vars/define-flow-type": 1,
"flow-vars/use-flow-type": 1
}

@@ -7,3 +7,3 @@ module.exports = {

"no-shadow-restricted-names": 2,
"no-shadow": 2,
"no-shadow": 0,
"no-undef-init": 2,

@@ -13,3 +13,3 @@ "no-undef": 2,

"no-unused-vars": 1,
"no-use-before-define": 1
"no-use-before-define": 0
};
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