Skip to content

Commit cf53bf9

Browse files
Merge pull request #2633 from ember-cli/cleanup-configs
Remove new configs introduced in template-lint extraction
2 parents 1af234b + afee984 commit cf53bf9

29 files changed

Lines changed: 21 additions & 68 deletions

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ rules in templates can be disabled with eslint directives with mustache or html
160160
|| `recommended` |
161161
| ![gjs logo](/docs/svgs/gjs.svg) | `recommended-gjs` |
162162
| ![gts logo](/docs/svgs/gts.svg) | `recommended-gts` |
163-
| | `strict-gjs` |
164-
| | `strict-gts` |
165163

166164
<!-- end auto-generated configs list -->
167165

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/rules/template-attribute-order.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ module.exports = {
55
docs: {
66
description: 'enforce consistent ordering of attributes in template elements',
77
category: 'Stylistic Issues',
8-
strictGjs: true,
9-
strictGts: true,
8+
109
url: 'https://github.com/ember-cli/eslint-plugin-ember/tree/master/docs/rules/template-attribute-order.md',
1110
},
1211
fixable: 'code',

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

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

lib/rules/template-link-href-attributes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ module.exports = {
55
docs: {
66
description: 'require href attribute on link elements',
77
category: 'Accessibility',
8-
strictGjs: true,
9-
strictGts: true,
8+
109
url: 'https://github.com/ember-cli/eslint-plugin-ember/tree/master/docs/rules/template-link-href-attributes.md',
1110
},
1211
fixable: null,

lib/rules/template-link-rel-noopener.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ module.exports = {
55
docs: {
66
description: 'require rel="noopener noreferrer" on links with target="_blank"',
77
category: 'Security',
8-
strictGjs: true,
9-
strictGts: true,
8+
109
url: 'https://github.com/ember-cli/eslint-plugin-ember/tree/master/docs/rules/template-link-rel-noopener.md',
1110
},
1211
fixable: 'code',

lib/rules/template-no-abstract-roles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ module.exports = {
2020
docs: {
2121
description: 'disallow abstract ARIA roles',
2222
category: 'Accessibility',
23-
strictGjs: true,
24-
strictGts: true,
23+
2524
url: 'https://github.com/ember-cli/eslint-plugin-ember/tree/master/docs/rules/template-no-abstract-roles.md',
2625
},
2726
fixable: null,

0 commit comments

Comments
 (0)