Skip to content

Commit 4d7f14b

Browse files
author
Callie Callaway
committed
Remove unnecessary path extension for index import for config
1 parent 3b4e492 commit 4d7f14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/src/rules/no-redundant-roles-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// -----------------------------------------------------------------------------
1111

1212
import { RuleTester } from 'eslint';
13-
import { configs } from '../../../src/index';
13+
import { configs } from '../../../src';
1414
import parserOptionsMapper from '../../__util__/parserOptionsMapper';
1515
import rule from '../../../src/rules/no-redundant-roles';
1616
import ruleOptionsMapperFactory from '../../__util__/ruleOptionsMapperFactory';

0 commit comments

Comments
 (0)