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 8793a31
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
17 changes: 17 additions & 0 deletions dashboard/src/main/webapp/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

/node_modules
/package-lock.json
/dist
Expand Down
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
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,6 @@
<exclude>licenses-binary/*</exclude>
<exclude>rust/experimental/server/Cargo.lock</exclude>
<exclude>rust/experimental/server/src/proto/uniffle.rs</exclude>
<exclude>dashboard/src/main/webapp/.eslintignore</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 8793a31

Please sign in to comment.