eslint-config-joblift
Advanced tools
Comparing version 3.3.4 to 3.4.0
module.exports = { | ||
extends: ['eslint:recommended', './babel.js', './prettier.js'], | ||
extends: ['eslint:recommended', './babel.js'], | ||
parser: 'babel-eslint', | ||
@@ -4,0 +4,0 @@ parserOptions: { |
{ | ||
"name": "eslint-config-joblift", | ||
"version": "3.3.4", | ||
"version": "3.4.0", | ||
"description": "Joblift eslint config", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "de56b56786b43f97eb3ee067595c9eb92900a2be" | ||
"gitHead": "11b8f63fbdb19590b0c075f5e6e22b54948dbceb" | ||
} |
@@ -6,4 +6,5 @@ module.exports = { | ||
'react/prop-types': 'off', | ||
'react-hooks/rules-of-hooks': 'error' | ||
'react-hooks/rules-of-hooks': 'error', | ||
'react-hooks/exhaustive-deps': 'error' | ||
} | ||
}; |
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
10153
346