This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new de1979da fix(config-ui): some files do not have a header (#3141)
de1979da is described below
commit de1979da1940d7f35d352ce2bfc6e486cc7f659f
Author: 青湛 <[email protected]>
AuthorDate: Tue Sep 20 17:53:30 2022 +0800
fix(config-ui): some files do not have a header (#3141)
---
config-ui/.prettierignore | 15 +++++++++++++++
config-ui/.prettierrc.js | 18 ++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/config-ui/.prettierignore b/config-ui/.prettierignore
index e69de29b..5e32028c 100644
--- a/config-ui/.prettierignore
+++ b/config-ui/.prettierignore
@@ -0,0 +1,15 @@
+# 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.
+#
\ No newline at end of file
diff --git a/config-ui/.prettierrc.js b/config-ui/.prettierrc.js
index ab84dd6f..fb4c19b2 100644
--- a/config-ui/.prettierrc.js
+++ b/config-ui/.prettierrc.js
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
module.exports = {
printWidth: 140,
singleQuote: true,