Skip to content

Commit 98c023b

Browse files
committed
eslint: spotbugs fix
1 parent 3540242 commit 98c023b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/main/java/com/diffplug/spotless/npm/EslintTypescriptConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
public class EslintTypescriptConfig extends EslintConfig {
2929

30+
private static final long serialVersionUID = -126864670181617006L;
31+
3032
@SuppressFBWarnings("SE_TRANSIENT_FIELD_NOT_RESTORED")
3133
@Nullable
3234
private final transient File typescriptConfigPath;

0 commit comments

Comments
 (0)