Skip to content

Commit 302af1b

Browse files
authored
Merge pull request microsoft#750 from vers-one/master
Fix for ESLint "Unexpected trailing comma" warning
2 parents a90c7f2 + c3d71fc commit 302af1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tutorials/React & Webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ module.exports = {
224224
externals: {
225225
"react": "React",
226226
"react-dom": "ReactDOM"
227-
},
227+
}
228228
};
229229
```
230230

0 commit comments

Comments
 (0)