Skip to content

Commit c3d71fc

Browse files
authored
Fix for ESLint "Unexpected trailing comma" warning
1 parent a90c7f2 commit c3d71fc

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)