eslint-config-xo
Advanced tools
Comparing version 0.36.0 to 0.37.0
@@ -19,3 +19,3 @@ 'use strict'; | ||
'error', | ||
'never' | ||
'always-multiline' | ||
], | ||
@@ -401,3 +401,3 @@ 'for-direction': 'error', | ||
'error', | ||
'after' | ||
'before' | ||
], | ||
@@ -507,2 +507,3 @@ 'padded-blocks': [ | ||
], | ||
'arrow-body-style': 'error', | ||
'arrow-parens': [ | ||
@@ -509,0 +510,0 @@ 'error', |
{ | ||
"name": "eslint-config-xo", | ||
"version": "0.36.0", | ||
"version": "0.37.0", | ||
"description": "ESLint shareable config for XO", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
16279
599