Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 0e6d645

Browse files
committed
Fix typo
1 parent 05125da commit 0e6d645

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

blueprints/ember-cli-template-lint/recommended-files/.template-lintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env node */
21
'use strict';
32

43
module.exports = {

blueprints/ember-cli-template-lint/recommended-with-bare-strings-files/.template-lintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/* eslint-env node */
21
'use strict';
32

43
module.exports = {
5-
extends: 'octane'
4+
extends: 'octane',
65

76
rules: {
87
'no-bare-strings': true

0 commit comments

Comments
 (0)