Skip to content

Commit a7c98d1

Browse files
committed
remove unnecesseary comment
1 parent f6b916b commit a7c98d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helpers/check-for-deprecations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ function fileHasExtension (file, extension) {
3434
}
3535

3636
function shouldIgnoreWarning (file, warning) {
37-
// type: package.json
3837
if (
3938
warning.type === 'package.json' &&
4039
path.basename(file) !== warning.type

0 commit comments

Comments
 (0)