Skip to content

Commit b76937f

Browse files
committed
chore: remove unnecessary /index
1 parent 12c17ee commit b76937f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/rules/src/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import path from 'path';
22
import test from 'ava';
33
import globby from 'globby';
44
import {values} from 'lodash';
5-
import rules from './index';
5+
import rules from '.';
66

77
test('exports all rules', async t => {
88
const expected = (await glob('*.js')).sort();

0 commit comments

Comments
 (0)