We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/index
1 parent 12c17ee commit b76937fCopy full SHA for b76937f
@commitlint/rules/src/index.test.js
@@ -2,7 +2,7 @@ import path from 'path';
2
import test from 'ava';
3
import globby from 'globby';
4
import {values} from 'lodash';
5
-import rules from './index';
+import rules from '.';
6
7
test('exports all rules', async t => {
8
const expected = (await glob('*.js')).sort();
0 commit comments