@roadmunk/eslint-config-roadmunk
Advanced tools
Comparing version 2.0.8 to 3.0.0
@@ -13,2 +13,6 @@ module.exports = { | ||
plugins : [ | ||
'@roadmunk/roadmunk-custom', | ||
], | ||
rules : { | ||
@@ -111,3 +115,7 @@ // Possible Errors | ||
'object-shorthand' : [ 'warn', 'properties' ], | ||
// Roadmunk's custom rules | ||
'@roadmunk/roadmunk-custom/no-lodash-isnull' : 'error', | ||
'@roadmunk/roadmunk-custom/no-lodash-isundefined' : 'error', | ||
}, | ||
}; |
{ | ||
"name": "@roadmunk/eslint-config-roadmunk", | ||
"version": "2.0.8", | ||
"version": "3.0.0", | ||
"description": "This holds the base Roadmunk shop standard ESLint configuration file.", | ||
@@ -21,3 +21,7 @@ "license": "MIT", | ||
}, | ||
"author": "Roadmunk" | ||
"author": "Roadmunk", | ||
"devDependencies": { | ||
"@roadmunk/eslint-plugin-roadmunk-custom": "^1.0.2", | ||
"eslint": "^4.19.1" | ||
} | ||
} |
@@ -9,3 +9,3 @@ This holds the base Roadmunk shop standard ESLint configuration file. | ||
"devDependencies" : { | ||
"@roadmunk/eslint-config-roadmunk": "^2.0.8", | ||
"@roadmunk/eslint-config-roadmunk": "^3.0.0", | ||
} | ||
@@ -12,0 +12,0 @@ } |
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
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
6262
128
2