@bchteam/eslint-config
Advanced tools
Comparing version 3.0.0-beta3 to 3.0.0-beta4
{ | ||
"name": "@bchteam/eslint-config", | ||
"version": "3.0.0-beta3", | ||
"version": "3.0.0-beta4", | ||
"description": "ESLint and Stylelint configs for Black Wall projects", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -30,2 +30,6 @@ const Feature = { | ||
{ | ||
dep: 'eslint-plugin-node', | ||
ver: '^9.1.0', | ||
}, | ||
{ | ||
dep: 'eslint-plugin-promise', | ||
@@ -32,0 +36,0 @@ ver: '^4.0.1', |
27890
727