Skip to content

Commit f1eb769

Browse files
committed
Rename rule to be prefixed with a11y
1 parent 40c0b2b commit f1eb769

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/role-supports-aria-props.js renamed to tests/a11y-role-supports-aria-props.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1212

13-
const rule = require('../lib/rules/role-supports-aria-props')
13+
const rule = require('../lib/rules/a11y-role-supports-aria-props')
1414
const RuleTester = require('eslint').RuleTester
1515

1616
const ruleTester = new RuleTester({

0 commit comments

Comments
 (0)