Skip to content

Commit bbfc38d

Browse files
authored
master -> main (#23)
1 parent e1cbbc8 commit bbfc38d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lib/rules/anchor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/rules/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

lib/rules/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/rules/onChange.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/rules/onClick.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/rules/onKeyDown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/rules/onKeyUp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/rules/onSubmit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)