Skip to content

Commit b32abff

Browse files
committed
Fix lint error
1 parent c910b64 commit b32abff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/rules/default-import-match-filename.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ ruleTester.run('default-import-match-filename', rule, {
135135
),
136136
{
137137
code: `import QWERTY from '../bbb/ccc';`,
138+
output: null,
138139
options: [{ignorePaths: ['aaa']}],
139140
errors: [{message: getMessage('ccc')}],
140141
},

0 commit comments

Comments
 (0)