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.
useEslintXoStandardRules
1 parent 926ccf5 commit dcf397dCopy full SHA for dcf397d
plugin-maven/src/test/java/com/diffplug/spotless/maven/typescript/TypescriptFormatStepTest.java
@@ -19,6 +19,7 @@
19
20
import java.io.IOException;
21
22
+import org.junit.jupiter.api.Disabled;
23
import org.junit.jupiter.api.Test;
24
25
import com.diffplug.spotless.ProcessRunner;
@@ -210,6 +211,7 @@ void eslintStyleguideStandardWithTypescript() throws Exception {
210
211
}
212
213
@Test
214
+ @Disabled("https://github.com/diffplug/spotless/issues/1756")
215
void eslintStyleguideXo() throws Exception {
216
writePomWithTypescriptSteps(
217
TEST_FILE_PATH,
0 commit comments