Skip to content

Commit d1c923c

Browse files
committed
Meta tweak
Signed-off-by: Richie Bendall <[email protected]>
1 parent 010fc94 commit d1c923c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
// Other rules...
2222
plugins: [
2323
new NodePolyfillPlugin(),
24-
]
24+
],
2525
};
2626
```
2727

@@ -35,8 +35,8 @@ module.exports = {
3535
plugins: [
3636
new NodePolyfillPlugin({
3737
additionalAliases: ['process', 'punycode'],
38-
})
39-
]
38+
}),
39+
],
4040
};
4141
```
4242

@@ -64,8 +64,8 @@ module.exports = {
6464
plugins: [
6565
new NodePolyfillPlugin({
6666
excludeAliases: ['console'],
67-
})
68-
]
67+
}),
68+
],
6969
};
7070
```
7171

@@ -81,8 +81,8 @@ module.exports = {
8181
plugins: [
8282
new NodePolyfillPlugin({
8383
additionalAliases: ['console'],
84-
})
85-
]
84+
}),
85+
],
8686
};
8787
```
8888

@@ -98,8 +98,8 @@ module.exports = {
9898
plugins: [
9999
new NodePolyfillPlugin({
100100
onlyAliases: ['console'],
101-
})
102-
]
101+
}),
102+
],
103103
};
104104
```
105105

0 commit comments

Comments
 (0)