Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-joblift

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-joblift - npm Package Compare versions

Comparing version 3.3.4 to 3.4.0

2

base.js
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'
}
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc