File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/java/com/diffplug/spotless/maven/generic
test/java/com/diffplug/spotless/maven/prettier Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020 DiffPlug
2+ * Copyright 2016 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020 DiffPlug
2+ * Copyright 2016 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ public void prettier_typescript() throws Exception {
4040 String suffix = "ts" ;
4141 writePomWithPrettierSteps ("**/*." + suffix ,
4242 "<prettier>" ,
43- " <prettierVersion>1.16.4</prettierVersion>" ,
43+ " <prettierVersion>1.16.4</prettierVersion>" ,
4444 " <configFile>.prettierrc.yml</configFile>" ,
4545 "</prettier>" );
4646 run ("typescript" , suffix );
You can’t perform that action at this time.
0 commit comments