@@ -45,8 +45,8 @@ lib('java.RemoveUnusedImportsStep') +'{{yes}} | {{yes}}
45
45
extra('java.EclipseFormatterStep') +'{{yes}} | {{yes}} | {{no}} |',
46
46
lib('kotlin.KtLintStep') +'{{yes}} | {{yes}} | {{no}} |',
47
47
lib('markdown.FreshMarkStep') +'{{yes}} | {{no}} | {{no}} |',
48
- extra ('npm.PrettierFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
49
- extra ('npm.TsFmtFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
48
+ lib ('npm.PrettierFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
49
+ lib ('npm.TsFmtFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
50
50
lib('scala.ScalaFmtStep') +'{{yes}} | {{yes}} | {{no}} |',
51
51
lib('sql.DBeaverSQLFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
52
52
'| [(Your FormatterStep here)](CONTRIBUTING.md#how-to-add-a-new-formatterstep) | {{no}} | {{no}} | {{no}} |',
@@ -70,8 +70,8 @@ lib('sql.DBeaverSQLFormatterStep') +'{{yes}} | {{no}}
70
70
| [ ` java.EclipseFormatterStep ` ] ( lib-extra/src/main/java/com/diffplug/spotless/extra/java/EclipseFormatterStep.java ) | :+1 : | :+1 : | :white_large_square : |
71
71
| [ ` kotlin.KtLintStep ` ] ( lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java ) | :+1 : | :+1 : | :white_large_square : |
72
72
| [ ` markdown.FreshMarkStep ` ] ( lib/src/main/java/com/diffplug/spotless/markdown/FreshMarkStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
73
- | [ ` npm.PrettierFormatterStep ` ] ( lib-extra /src/main/java/com/diffplug/spotless/extra /npm/PrettierFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
74
- | [ ` npm.TsFmtFormatterStep ` ] ( lib-extra /src/main/java/com/diffplug/spotless/extra /npm/TsFmtFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
73
+ | [ ` npm.PrettierFormatterStep ` ] ( lib/src/main/java/com/diffplug/spotless/npm/PrettierFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
74
+ | [ ` npm.TsFmtFormatterStep ` ] ( lib/src/main/java/com/diffplug/spotless/npm/TsFmtFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
75
75
| [ ` scala.ScalaFmtStep ` ] ( lib/src/main/java/com/diffplug/spotless/scala/ScalaFmtStep.java ) | :+1 : | :+1 : | :white_large_square : |
76
76
| [ ` sql.DBeaverSQLFormatterStep ` ] ( lib/src/main/java/com/diffplug/spotless/sql/DBeaverSQLFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
77
77
| [ (Your FormatterStep here)] ( CONTRIBUTING.md#how-to-add-a-new-formatterstep ) | :white_large_square : | :white_large_square : | :white_large_square : |
0 commit comments