Skip to content

Commit eeca4b3

Browse files
dcchuckskipjack
authored andcommitted
Remove hanging comma from exclude in rules
Unnecessary lingering comma @ the end of the exclude line
1 parent e5e6b24 commit eeca4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = {
5858
{
5959
test: /\.tsx?$/,
6060
use: 'ts-loader',
61-
exclude: /node_modules/,
61+
exclude: /node_modules/
6262
}
6363
]
6464
},

0 commit comments

Comments
 (0)