@hellomouse/eslint-config-wolfy1339
Advanced tools
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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4647
98
+ Addedeslint-config-google@0.14.0(transitive)
- Removedeslint-config-google@0.12.0(transitive)
Updatedeslint-config-google@^0.14.0