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 = {
12
12
description : 'Requires test attributes on anchors.' ,
13
13
category : 'Possible Errors' ,
14
14
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'
16
16
} ,
17
17
fixable : null ,
18
18
schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
description : 'Requires test attributes on buttons.' ,
13
13
category : 'Possible Errors' ,
14
14
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'
16
16
} ,
17
17
fixable : null ,
18
18
schema : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
description : 'Requires test attributes on inputs.' ,
13
13
category : 'Possible Errors' ,
14
14
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'
16
16
} ,
17
17
fixable : null ,
18
18
schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
description : 'Requires test attribute data-test-id on elements with the onChange property.' ,
13
13
category : 'Possible Errors' ,
14
14
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'
16
16
} ,
17
17
fixable : null ,
18
18
schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
description : 'Requires test attribute data-test-id on elements with the onClick property.' ,
13
13
category : 'Possible Errors' ,
14
14
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'
16
16
} ,
17
17
fixable : 'code' ,
18
18
schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
description : 'Requires test attribute data-test-id on elements with the onKeyDown property.' ,
13
13
category : 'Possible Errors' ,
14
14
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'
16
16
} ,
17
17
fixable : null ,
18
18
schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
description : 'Requires test attribute data-test-id on elements with the onKeyUp property.' ,
13
13
category : 'Possible Errors' ,
14
14
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'
16
16
} ,
17
17
fixable : null ,
18
18
schema : defaultRuleSchema
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
description : 'Requires test attribute data-test-id on elements with the onSubmit property.' ,
12
12
category : 'Possible Errors' ,
13
13
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'
15
15
} ,
16
16
fixable : null ,
17
17
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
9
9
10
10
### Example of eslint-plugin-test-selectors running in Visual Studio Code:
11
11
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 )
13
13
14
14
## Selected changelog
15
15
You can’t perform that action at this time.
0 commit comments