This is an automated email from the ASF dual-hosted git repository.

RocMarshal pushed a commit to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.3 by this push:
     new 7b0bd813bbe [FLINK-39836][runtime-web] Add missing License Header to 
.eslintrc.js and .stylelintrc.js in web-dashboard (#28309)
7b0bd813bbe is described below

commit 7b0bd813bbe8550163dc3f1a1e4b0afd2ad00726
Author: Yuepeng Pan <[email protected]>
AuthorDate: Thu Jun 4 18:03:34 2026 +0800

    [FLINK-39836][runtime-web] Add missing License Header to .eslintrc.js and 
.stylelintrc.js in web-dashboard (#28309)
    
    (cherry picked from commit a3072eeb30b755654e7e323932e681f9d1fe0935)
---
 flink-runtime-web/web-dashboard/.eslintrc.js    | 17 +++++++++++++++++
 flink-runtime-web/web-dashboard/.stylelintrc.js | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/flink-runtime-web/web-dashboard/.eslintrc.js 
b/flink-runtime-web/web-dashboard/.eslintrc.js
index b85852fde23..cafaa5bba77 100644
--- a/flink-runtime-web/web-dashboard/.eslintrc.js
+++ b/flink-runtime-web/web-dashboard/.eslintrc.js
@@ -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.
+ */
 module.exports = {
   root: true,
   overrides: [
diff --git a/flink-runtime-web/web-dashboard/.stylelintrc.js 
b/flink-runtime-web/web-dashboard/.stylelintrc.js
index 666d95366d3..f0455f2e4e3 100644
--- a/flink-runtime-web/web-dashboard/.stylelintrc.js
+++ b/flink-runtime-web/web-dashboard/.stylelintrc.js
@@ -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.
+ */
 module.exports = {
   plugins: ['stylelint-order'],
   extends: ['stylelint-config-standard', 'stylelint-config-hudochenkov/order', 
'stylelint-prettier/recommended'],

Reply via email to