We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7c1dc commit 8733425Copy full SHA for 8733425
lib/src/main/java/com/diffplug/spotless/npm/EslintFormatterStep.java
@@ -45,7 +45,7 @@ public class EslintFormatterStep {
45
46
public static final String NAME = "eslint-format";
47
48
- public static final String DEFAULT_ESLINT_VERSION = "8.45.0";
+ public static final String DEFAULT_ESLINT_VERSION = "8.57.0";
49
50
public static Map<String, String> defaultDevDependenciesForTypescript() {
51
return defaultDevDependenciesTypescriptWithEslint(DEFAULT_ESLINT_VERSION);
0 commit comments