eslint-config-strict-standard
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "eslint-config-strict-standard", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "JavaScript Strict Standard Style", | ||
@@ -47,3 +47,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"eslint": "^1.4.0", | ||
"eslint": "^1.8.0", | ||
"eslint-plugin-standard": "^1.3.0" | ||
@@ -50,0 +50,0 @@ }, |
@@ -6,2 +6,3 @@ var config = require('eslint-config-standard') | ||
var rules = { | ||
'arrow-body-style': [2, 'as-needed'], | ||
'block-scoped-var': 2, | ||
@@ -15,2 +16,3 @@ 'complexity': 1, | ||
'no-alert': 2, | ||
'no-arrow-condition': 2, | ||
'no-catch-shadow': 2, | ||
@@ -23,2 +25,3 @@ 'no-console': 2, | ||
'no-empty': 2, | ||
'no-empty-pattern': 2, | ||
'no-eq-null': 2, | ||
@@ -25,0 +28,0 @@ 'no-extra-semi': 2, |
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
4248
57