Commit 1208385
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 d429e0b commit 1208385
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
247 | 253 | | |
248 | 254 | | |
249 | 255 | | |
| |||
0 commit comments