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

@dreipol/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreipol/eslint-config - npm Package Compare versions

Comparing version 4.1.2 to 5.0.0

13

.eslintrc.js

@@ -48,6 +48,15 @@ module.exports = {

"prefer": { "arg": "param", "argument": "param", "returns": "return", "property": "prop", "virtual": "abstract" },
"preferType": { "array": "Array", "Boolean": "boolean", "function": "Function", "Number": "number", "object": "Object", "String": "string" },
"preferType": {
"array": "Array",
"Boolean": "boolean",
"Function": "function",
"Number": "number",
"Object": "object",
"String": "string"
},
"requireReturn": false,
"requireReturnType": true,
"matchDescription": ".+",
"requireParamDescription": false,
"requireReturnDescription": false
}],

@@ -267,2 +276,2 @@ "valid-typeof": "error",

}
};
}

2

package.json
{
"name": "@dreipol/eslint-config",
"version": "4.1.2",
"version": "5.0.0",
"description": "dreipol eslint config file",

@@ -5,0 +5,0 @@ "main": ".eslintrc.js",

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