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

@hellomouse/eslint-config-wolfy1339

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hellomouse/eslint-config-wolfy1339 - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

32

index.js
module.exports = {
env: {
es6: true,
node: true,
},
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
},
plugins: ['jsdoc'],
extends: ['eslint:recommended', 'google'],
rules: {
'require-jsdoc': [
'warn',
{
require: {
FunctionDeclaration: true,
MethodDefinition: true,
ClassDeclaration: true,
ArrowFunctionExpression: true,
FunctionExpression: true
}
}
],
'require-jsdoc': 'off',
'comma-dangle': [

@@ -105,3 +87,13 @@ 'error',

'prefer-template': 'error'
},
settings: {
jsdoc: {
tagNamePreference: {
// keep the ones currently in use
returns: { replacement: 'return' },
yields: { replacement: 'yield' },
augments: { replacement: 'extends' }
}
}
}
};
{
"name": "@hellomouse/eslint-config-wolfy1339",
"version": "1.2.0",
"version": "1.3.0",
"description": "My base eslint config shared troughout my projects",

@@ -24,3 +24,3 @@ "main": "index.js",

"dependencies": {
"eslint-config-google": "^0.12.0"
"eslint-config-google": "^0.14.0"
},

@@ -27,0 +27,0 @@ "peerDependencies": {

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