@roadmunk/eslint-plugin-roadmunk-custom
Advanced tools
Comparing version 1.8.1 to 1.8.2
# Prevent requiring `views/` packages in JS code (no-require-views) | ||
This rule aims to prevent importing packages from within the `views/`, directory. We should instead be only requiring the packages we specifically need, instead of entire views (unless we need the entire view). | ||
This rule aims to prevent importing packages from within the `views/`, directory. We should instead be only requiring the packages we specifically need, instead of entire views (unless we need the entire view). | ||
@@ -30,2 +30,2 @@ ## Rule Details | ||
``` | ||
``` |
{ | ||
"name": "@roadmunk/eslint-plugin-roadmunk-custom", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Plugin to hold custom ESLint rules for Roadmunk", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"dependencies": { | ||
"lodash": "^4.17.11", | ||
"lodash": "^4.17.12", | ||
"requireindex": "~1.1.0" | ||
@@ -26,3 +26,3 @@ }, | ||
"@roadmunk/eslint-config-roadmunk": "^3.9.0", | ||
"eslint": "^5.1.0", | ||
"eslint": "^5.16.0", | ||
"mocha": "^5.2.0" | ||
@@ -29,0 +29,0 @@ }, |
99047
43
2822
Updatedlodash@^4.17.12