Skip to content

Commit bfebee7

Browse files
committed
template-lint: Remove obsolete octane preset
This is part of `recommended` now
1 parent 1c2f0b3 commit bfebee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.template-lintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
22

33
module.exports = {
4-
extends: ['octane', 'a11y'],
4+
extends: ['recommended', 'a11y'],
55
};

0 commit comments

Comments
 (0)