File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/src/main/java/com/diffplug/spotless/npm
testlib/src/main/java/com/diffplug/spotless/npm Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class EslintFormatterStep {
45
45
46
46
public static final String NAME = "eslint-format" ;
47
47
48
- public static final String DEFAULT_ESLINT_VERSION = "8.57 .0" ;
48
+ public static final String DEFAULT_ESLINT_VERSION = "^8.45 .0" ;
49
49
50
50
public static Map <String , String > defaultDevDependenciesForTypescript () {
51
51
return defaultDevDependenciesTypescriptWithEslint (DEFAULT_ESLINT_VERSION );
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2023-2024 DiffPlug
2
+ * Copyright 2023 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -79,7 +79,7 @@ public enum EslintStyleGuide {
79
79
@ Override
80
80
public @ Nonnull Map <String , String > devDependencies () {
81
81
Map <String , String > dependencies = new LinkedHashMap <>();
82
- dependencies .put ("eslint-config-xo" , "0.43.1" );
82
+ dependencies .put ("eslint-config-xo" , "^ 0.43.1" );
83
83
return dependencies ;
84
84
}
85
85
};
You can’t perform that action at this time.
0 commit comments