@roadmunk/eslint-config-roadmunk
Advanced tools
Comparing version 2.0.5 to 2.0.6
10
index.js
@@ -32,6 +32,7 @@ module.exports = { | ||
// Best Practices | ||
'no-eval' : 'error', | ||
'no-else-return' : 'warn', | ||
'no-loop-func' : 'error', | ||
'no-implied-eval' : 'warn', | ||
'no-eval' : 'error', | ||
'no-else-return' : 'warn', | ||
'no-loop-func' : 'error', | ||
'no-implied-eval' : 'warn', | ||
'no-buffer-constructor' : 'error', | ||
@@ -50,2 +51,3 @@ // Variables | ||
'object-property-newline' : [ 'warn', { allowMultiplePropertiesPerLine : true }], | ||
'func-style' : [ 'warn', 'declaration', { allowArrowFunctions : true }], | ||
@@ -52,0 +54,0 @@ // automatically fixable |
{ | ||
"name": "@roadmunk/eslint-config-roadmunk", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "This holds the base Roadmunk shop standard ESLint configuration file.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5895
121
1