Skip to content

Commit 80ae962

Browse files
committed
eslint
1 parent 28c6d07 commit 80ae962

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.template-lintrc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
module.exports = {
44
extends: ['octane', 'a11y'],
55

6-
pending: [
7-
{ moduleId: 'app/components/header', only: ['no-duplicate-landmark-elements'] },
8-
],
6+
pending: [{ moduleId: 'app/components/header', only: ['no-duplicate-landmark-elements'] }],
97
};

0 commit comments

Comments
 (0)