New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-signavio

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-signavio - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

12

index.js

@@ -17,14 +17,2 @@ module.exports = {

rules: {
'class-methods-use-this': ['error', {
'exceptMethods': [
'componentDidMount',
'componentDidUpdate',
'componentWillMount',
'componentWillReceiveProps',
'componentWillUnmount',
'componentWillUpdate',
'render',
'shouldComponentUpdate',
],
}],
'comma-dangle': ['error', 'always-multiline'],

@@ -31,0 +19,0 @@ // write semicolons only if necessary, not always

4

package.json
{
"name": "eslint-config-signavio",
"version": "1.4.0",
"version": "1.4.1",
"description": "",

@@ -29,5 +29,5 @@ "main": "index.js",

"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-jsx-a11y": "^2.0.0",
"eslint-plugin-react": "^6.8.0"
}
}

Sorry, the diff of this file is not supported yet

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