eslint-config-doctolib
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "eslint-config-doctolib", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "ESLint configuration used in Doctolib projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,5 @@ module.exports = { | ||
'react/jsx-no-literals': 'error', | ||
'react/jsx-no-target-blank': 'off', | ||
'react/jsx-no-undef': 'error', | ||
'react/jsx-pascal-case': 'error', | ||
'react/jsx-sort-props': 'off', | ||
@@ -46,2 +48,3 @@ 'react/jsx-space-before-closing': 'error', | ||
'react/no-string-refs': 'off', | ||
'react/no-is-mounted': 'error', | ||
'react/no-unknown-property': 'error', | ||
@@ -53,2 +56,3 @@ 'react/prop-types': 'error', | ||
'react/require-extension': 'error', | ||
'react/require-render-return': 'error', | ||
'react/self-closing-comp': 'error', | ||
@@ -55,0 +59,0 @@ 'react/sort-comp': ['error', { |
@@ -10,3 +10,8 @@ module.exports = { | ||
rules: { | ||
'mocha/handle-done-callback': 'error', | ||
'mocha/no-exclusive-tests': 'error', | ||
'mocha/no-global-tests': 'error', | ||
'mocha/no-pending-tests': 'error', | ||
'mocha/no-skipped-tests': 'error', | ||
'mocha/no-synchronous-tests': 'off', | ||
}, | ||
@@ -13,0 +18,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
28420
8
217