Skip to content

Commit 0bf6455

Browse files
author
Chris Brody
authored
cleanup yaml files (apache#994)
* remove trailing spaces from .asf.yaml * remove trailing spaces from .eslintrc.yml * add newline to end of .eslintrc.yml
1 parent 80b7a7f commit 0bf6455

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.asf.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

.eslintrc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -24,4 +24,4 @@ overrides:
2424
prefer-promise-reject-errors: off
2525

2626
- files: [cordova-js-src/**/*.js]
27-
extends: '@cordova/eslint-config/browser'
27+
extends: '@cordova/eslint-config/browser'

0 commit comments

Comments
 (0)