Commit dbcd5d0
committed
.eslintrc.json: enable comma-spacing plugin for json5 files
We want to avoid this:
{
// "bitstream.download.page.back": "Back" ,
"bitstream.download.page.back": "Atrás" ,
}
There is no need for the space before the comma. Note that we do
not need this plugin to check for spaces after the comma because
those will be highlighted by the other trailing whitespace checks.
See: https://eslint.org/docs/latest/rules/comma-spacing1 parent 64e022a commit dbcd5d0
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
255 | 261 | | |
256 | 262 | | |
257 | 263 | | |
| |||
0 commit comments