eslint-config-es
Advanced tools
Comparing version 0.8.7 to 0.8.8
@@ -124,2 +124,3 @@ 'use strict'; | ||
'no-useless-escape': 2, | ||
'no-useless-return': 2, | ||
'no-void': 2, | ||
@@ -174,2 +175,3 @@ 'no-warning-comments': 2, | ||
'func-call-spacing': [ 2, 'never' ], | ||
'func-name-matching': 0, | ||
'func-style': [ 2, 'expression' ], | ||
@@ -371,3 +373,2 @@ 'id-blacklist': 0, | ||
rules['react/jsx-space-before-closing'] = [ 2, 'always' ]; | ||
rules['react/jsx-tag-spacing'] = [ 2, { closingSlash: 'never', beforeSelfClosing: 'always', afterOpening: 'never' }]; | ||
rules['react/jsx-uses-react'] = 2; | ||
@@ -374,0 +375,0 @@ rules['react/jsx-uses-vars'] = 2; |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"description": "eslint-config-es contains a very strict ESLint configuration for ES2015 and above.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Potential vulnerability
Supply chain riskInitial human review suggests the presence of a vulnerability in this package. It is pending further analysis and confirmation.
Found 1 instance in 1 package
398
16262
1