@dotcom-reliability-kit/eslint-config
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "@dotcom-reliability-kit/eslint-config", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production", | ||
@@ -14,3 +14,3 @@ "repository": { | ||
"engines": { | ||
"node": "18.x || 20.x", | ||
"node": "18.x || 20.x || 22.x", | ||
"npm": "8.x || 9.x || 10.x" | ||
@@ -17,0 +17,0 @@ }, |
4777