Skip to content

Commit 0e15c92

Browse files
committed
Fixes
1 parent b5ec702 commit 0e15c92

237 files changed

Lines changed: 1290 additions & 1974 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 80 additions & 82 deletions

lib/config-legacy/strict-gjs.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/config-legacy/strict-gts.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/config/strict-gjs.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/config/strict-gts.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/recommended-rules-gjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* definitions, execute "npm run update"
66
*/
77
module.exports = {
8-
"ember/template-no-let-reference": "error"
8+
'ember/template-no-let-reference': 'error',
99
};

lib/recommended-rules-gts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* definitions, execute "npm run update"
66
*/
77
module.exports = {
8-
"ember/template-no-let-reference": "error"
8+
'ember/template-no-let-reference': 'error',
99
};

lib/rules/template-attribute-order.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ module.exports = {
6565
docs: {
6666
description: 'enforce consistent ordering of attributes in template elements',
6767
category: 'Stylistic Issues',
68-
strictGjs: true,
69-
strictGts: true,
7068
url: 'https://github.com/ember-cli/eslint-plugin-ember/tree/master/docs/rules/template-attribute-order.md',
7169
},
7270
fixable: null,

lib/rules/template-builtin-component-arguments.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ module.exports = {
1414
docs: {
1515
description: 'disallow setting certain attributes on builtin components',
1616
category: 'Best Practices',
17-
strictGjs: true,
18-
strictGts: true,
1917
url: 'https://github.com/ember-cli/eslint-plugin-ember/tree/master/docs/rules/template-builtin-component-arguments.md',
2018
},
2119
fixable: null,

lib/rules/template-deprecated-inline-view-helper.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ module.exports = {
1616
docs: {
1717
description: 'disallow inline {{view}} helper',
1818
category: 'Deprecations',
19-
strictGjs: true,
20-
strictGts: true,
2119
url: 'https://github.com/ember-cli/eslint-plugin-ember/tree/master/docs/rules/template-deprecated-inline-view-helper.md',
2220
},
2321
fixable: null,

0 commit comments

Comments
 (0)