Skip to content

Commit ff5c95a

Browse files
committed
Upgrade template-lintrc to use octane settings
1 parent f282ac4 commit ff5c95a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.template-lintrc.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
'use strict';
22

33
module.exports = {
4-
extends: 'recommended',
5-
4+
extends: 'octane',
65
rules: {
76
quotes: 'single',
87
},

0 commit comments

Comments
 (0)