Skip to content

Commit 8744256

Browse files
Update src/rules/extensions.js
Co-authored-by: Jordan Harband <ljharb@gmail.com>
1 parent 2bb9b5f commit 8744256

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/rules/extensions.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,8 @@ module.exports = {
134134
],
135135
},
136136
messages: {
137-
missingExtension:
138-
'Missing file extension for "{{importPath}}" (expected {{expected}}).',
139-
unexpectedExtension:
140-
'Unexpected file extension "{{extension}}" in import of "{{importPath}}".',
137+
missingExtension: 'Missing file extension for "{{importPath}}" (expected {{expected}}).',
138+
unexpectedExtension: 'Unexpected file extension "{{extension}}" in import of "{{importPath}}".',
141139
},
142140
},
143141

0 commit comments

Comments
 (0)