File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 description : 'Requires test attributes on anchors.' ,
1313 category : 'Possible Errors' ,
1414 recommended : true ,
15- url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/master /docs/rules/anchor.md'
15+ url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/main /docs/rules/anchor.md'
1616 } ,
1717 fixable : null ,
1818 schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 description : 'Requires test attributes on buttons.' ,
1313 category : 'Possible Errors' ,
1414 recommended : true ,
15- url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/master /docs/rules/button.md'
15+ url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/main /docs/rules/button.md'
1616 } ,
1717 fixable : null ,
1818 schema : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 description : 'Requires test attributes on inputs.' ,
1313 category : 'Possible Errors' ,
1414 recommended : true ,
15- url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/master /docs/rules/input.md'
15+ url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/main /docs/rules/input.md'
1616 } ,
1717 fixable : null ,
1818 schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 description : 'Requires test attribute data-test-id on elements with the onChange property.' ,
1313 category : 'Possible Errors' ,
1414 recommended : true ,
15- url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/master /docs/rules/onChange.md'
15+ url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/main /docs/rules/onChange.md'
1616 } ,
1717 fixable : null ,
1818 schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 description : 'Requires test attribute data-test-id on elements with the onClick property.' ,
1313 category : 'Possible Errors' ,
1414 recommended : true ,
15- url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/master /docs/rules/onClick.md'
15+ url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/main /docs/rules/onClick.md'
1616 } ,
1717 fixable : 'code' ,
1818 schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 description : 'Requires test attribute data-test-id on elements with the onKeyDown property.' ,
1313 category : 'Possible Errors' ,
1414 recommended : true ,
15- url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/master /docs/rules/onKeyDown.md'
15+ url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/main /docs/rules/onKeyDown.md'
1616 } ,
1717 fixable : null ,
1818 schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 description : 'Requires test attribute data-test-id on elements with the onKeyUp property.' ,
1313 category : 'Possible Errors' ,
1414 recommended : true ,
15- url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/master /docs/rules/onKeyUp.md'
15+ url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/main /docs/rules/onKeyUp.md'
1616 } ,
1717 fixable : null ,
1818 schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111 description : 'Requires test attribute data-test-id on elements with the onSubmit property.' ,
1212 category : 'Possible Errors' ,
1313 recommended : true ,
14- url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/master /docs/rules/onSubmit.md'
14+ url : 'https://github.com/davidcalhoun/eslint-plugin-test-selectors/tree/main /docs/rules/onSubmit.md'
1515 } ,
1616 fixable : null ,
1717 schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Enforces that a `data-test-id` attribute is present on interactive DOM elements
99
1010### Example of eslint-plugin-test-selectors running in Visual Studio Code:
1111
12- ![ Example of eslint-plugin-test-selectors running in Visual Studio Code] ( https://github.com/davidcalhoun/eslint-plugin-test-selectors/blob/master/ vscode-test-selectors-example.png)
12+ ![ Example of eslint-plugin-test-selectors running in Visual Studio Code] ( vscode-test-selectors-example.png )
1313
1414## Selected changelog
1515
You can’t perform that action at this time.
0 commit comments