Skip to content

Commit

Permalink
[#1778][Improvement] Dashboard adds the ability to automatically form…
Browse files Browse the repository at this point in the history
…at code.
  • Loading branch information
yl09099 committed Jun 13, 2024
1 parent 2682169 commit cc98e25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
<workingDirectory>src/main/webapp</workingDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>dashboard/src/main/webapp/.eslintignore</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
1 change: 0 additions & 1 deletion dashboard/src/main/webapp/.prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"See the License for the specific language governing permissions and",
"limitations under the License."
],

"semi": false,
"tabWidth": 2,
"singleQuote": true,
Expand Down

0 comments on commit cc98e25

Please sign in to comment.