@dotcom-reliability-kit/eslint-config
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@dotcom-reliability-kit/eslint-config", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A prototype linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production", | ||
@@ -17,3 +17,6 @@ "repository": { | ||
}, | ||
"main": "lib" | ||
"main": "lib", | ||
"peerDependencies": { | ||
"eslint": ">=8.27.0" | ||
} | ||
} |
6027
1