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 3540242 commit 98c023bCopy full SHA for 98c023b
lib/src/main/java/com/diffplug/spotless/npm/EslintTypescriptConfig.java
@@ -27,6 +27,8 @@
27
28
public class EslintTypescriptConfig extends EslintConfig {
29
30
+ private static final long serialVersionUID = -126864670181617006L;
31
+
32
@SuppressFBWarnings("SE_TRANSIENT_FIELD_NOT_RESTORED")
33
@Nullable
34
private final transient File typescriptConfigPath;
0 commit comments