@roadmunk/eslint-config-roadmunk
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -130,2 +130,3 @@ module.exports = { | ||
'@roadmunk/roadmunk-custom/no-log-info' : 'error', | ||
'@roadmunk/roadmunk-custom/no-require-path-js' : 'error', | ||
@@ -132,0 +133,0 @@ // Vue: disable some extended rules |
{ | ||
"name": "@roadmunk/eslint-config-roadmunk", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "This holds the base Roadmunk shop standard ESLint configuration file.", | ||
@@ -23,5 +23,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@roadmunk/eslint-plugin-roadmunk-custom": "^1.7.0", | ||
"@roadmunk/eslint-plugin-roadmunk-custom": "^1.8.0", | ||
"eslint-plugin-vue": "^5.0.0" | ||
} | ||
} |
7808
152