Commit a8c7cec
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 61c32ce commit a8c7cec
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
328 | 334 | | |
329 | 335 | | |
330 | 336 | | |
| |||
0 commit comments