eslint-sammy-preset
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -290,2 +290,3 @@ module.exports = { | ||
'react/no-typos':'off' , | ||
'react/no-unescaped-entities':'off' , | ||
'react/jsx-one-expression-per-line':'off' , | ||
@@ -301,2 +302,3 @@ 'react/jsx-tag-spacing':[ | ||
'react/jsx-uses-vars':'error' , | ||
'react/require-optimization':'off' , | ||
'require-await':'error' , | ||
@@ -303,0 +305,0 @@ 'require-jsdoc':'error' , |
{ | ||
"name": "eslint-sammy-preset", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "ESLint preset", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8685
341