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

eslint-config-ibmresearch

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ibmresearch - npm Package Compare versions

Comparing version 0.13.1 to 0.14.0

10

package.json
{
"name": "eslint-config-ibmresearch",
"version": "0.13.1",
"version": "0.14.0",
"description": "ESLint shareable config for the IBM Research JavaScript style guide",

@@ -28,5 +28,5 @@ "license": "MIT",

"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^7.0.0",
"eslint-plugin-lit": "^1.2.0",

@@ -40,3 +40,3 @@ "eslint-plugin-wc": "^1.2.0",

"devDependencies": {
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"husky": "^4.2.0",

@@ -43,0 +43,0 @@ "lint-staged": "^10.2.0",

@@ -14,3 +14,2 @@ /**

'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',

@@ -21,4 +20,4 @@ 'prettier',

rules: {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
},
};
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