Skip to content

Commit eb5020c

Browse files
renovate[bot]renovate-bottripodsan
authored
chore(deps): update dependency eslint to v8 (#219)
* chore(deps): update dependency eslint to v8 * chore: fix lint Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Tobias Bocanegra <[email protected]>
1 parent 090b726 commit eb5020c

File tree

4 files changed

+1408
-1804
lines changed

4 files changed

+1408
-1804
lines changed

.eslintrc.js

+1-15
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
plugins: [
2626
'header',
2727
],
28-
extends: 'airbnb',
28+
extends: '@adobe/helix',
2929
rules: {
3030
strict: 0,
3131

@@ -68,19 +68,5 @@ module.exports = {
6868
// Functional style
6969
'no-confusing-arrow': 'off',
7070
'implicit-arrow-linebreak': 'off',
71-
72-
// enforce license header (todo: improve plugin to support patterns for multi-lines)
73-
'header/header': [2, 'block', ['',
74-
' * Copyright 2019 Adobe. All rights reserved.',
75-
' * This file is licensed to you under the Apache License, Version 2.0 (the "License");',
76-
' * you may not use this file except in compliance with the License. You may obtain a copy',
77-
' * of the License at http://www.apache.org/licenses/LICENSE-2.0',
78-
' *',
79-
' * Unless required by applicable law or agreed to in writing, software distributed under',
80-
' * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS',
81-
' * OF ANY KIND, either express or implied. See the License for the specific language',
82-
' * governing permissions and limitations under the License.',
83-
' ',
84-
]],
8571
},
8672
};

0 commit comments

Comments
 (0)