From 0bf64551533941508c20e04f89849152359d9cea Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Tue, 16 Jun 2020 19:34:10 -0400 Subject: [PATCH] cleanup yaml files (#994) * remove trailing spaces from .asf.yaml * remove trailing spaces from .eslintrc.yml * add newline to end of .eslintrc.yml --- .asf.yaml | 4 ++-- .eslintrc.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 29a6c7cb..916b61cd 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -5,9 +5,9 @@ # 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 diff --git a/.eslintrc.yml b/.eslintrc.yml index 760eceb0..141c29b2 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -5,9 +5,9 @@ # 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 @@ -24,4 +24,4 @@ overrides: prefer-promise-reject-errors: off - files: [cordova-js-src/**/*.js] - extends: '@cordova/eslint-config/browser' \ No newline at end of file + extends: '@cordova/eslint-config/browser'