eslint-plugin-ext
Advanced tools
Comparing version 0.1.0-0 to 0.1.0
{ | ||
"name": "eslint-plugin-ext", | ||
"version": "0.1.0-0", | ||
"version": "0.1.0", | ||
"description": "eslint extended rules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ # eslint-plugin-ext | ||
"rules": { | ||
"ext/lines-between-object-properties": ["error", "always", { "exceptBetweenSingleLines": true }], | ||
"ext/lines-between-object-properties": ["error", "always", { "exceptBetweenSingleLines": true }] | ||
} | ||
@@ -21,0 +21,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
10872