eslint-config-xo
Advanced tools
Comparing version 0.40.0 to 0.41.0
@@ -329,3 +329,6 @@ 'use strict'; | ||
], | ||
'jsx-quotes': 'error', | ||
'jsx-quotes': [ | ||
'error', | ||
'prefer-single', | ||
], | ||
'key-spacing': [ | ||
@@ -530,2 +533,3 @@ 'error', | ||
'no-const-assign': 'error', | ||
'no-constant-binary-expression': 'error', | ||
'no-dupe-class-members': 'error', | ||
@@ -532,0 +536,0 @@ 'no-new-symbol': 'error', |
{ | ||
"name": "eslint-config-xo", | ||
"version": "0.40.0", | ||
"version": "0.41.0", | ||
"description": "ESLint shareable config for XO", | ||
@@ -56,8 +56,8 @@ "license": "MIT", | ||
"ava": "^2.4.0", | ||
"eslint": "^8.6.0", | ||
"eslint": "^8.14.0", | ||
"is-plain-obj": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=8.6.0" | ||
"eslint": ">=8.14.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
16549
613