eslint-config-xo
Advanced tools
Comparing version 0.37.0 to 0.38.0
@@ -71,3 +71,8 @@ 'use strict'; | ||
'no-unsafe-finally': 'error', | ||
'no-unsafe-negation': 'error', | ||
'no-unsafe-negation': [ | ||
'error', | ||
{ | ||
enforceForOrderingRelations: true | ||
} | ||
], | ||
'no-unsafe-optional-chaining': [ | ||
@@ -74,0 +79,0 @@ 'error', |
{ | ||
"name": "eslint-config-xo", | ||
"version": "0.37.0", | ||
"version": "0.38.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
16337
604