eslint-config-marudor
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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 | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
8946
0
3