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

@hellomouse/eslint-config

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hellomouse/eslint-config - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

22

index.js

@@ -47,3 +47,21 @@ module.exports = {

// use jsdoc/require-jsdoc instead
'require-jsdoc': 'off'
'require-jsdoc': 'off',
// descriptions on params and return is often redundant
// for example:
/*
* Adds given numbers
*
* @param {Number} a First number
* @param {Number} b Second number
* @return {Number} The result of the operation
*/
'jsdoc/require-param-description': 'off',
'jsdoc/require-returns-description': 'off',
// not everything needs to be a complete sentence
'jsdoc/require-description-complete-sentence': 'off',
// most things explain themselves
'jsdoc/require-example': 'off'
},

@@ -59,3 +77,3 @@ settings: {

}
}
}
};

2

package.json
{
"name": "@hellomouse/eslint-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "Official ESLint config for Hellomouse, based off of Google's config",

@@ -5,0 +5,0 @@ "main": "index.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