File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212 " eslint-plugin-rxjs" ,
1313 " eslint-plugin-simple-import-sort" ,
1414 " eslint-plugin-import-newlines" ,
15- " eslint-plugin-jsonc" ,
1615 " dspace-angular-ts" ,
1716 " dspace-angular-html"
1817 ],
303302 " *.json5"
304303 ],
305304 "extends" : [
306- " plugin:jsonc/recommended-with-jsonc "
305+ " plugin:jsonc/recommended-with-json5 "
307306 ],
308307 "rules" : {
309- "no-irregular-whitespace" : " error" ,
308+ // The ESLint core no-irregular-whitespace rule doesn't work well in JSON
309+ // See: https://ota-meshi.github.io/eslint-plugin-jsonc/rules/no-irregular-whitespace.html
310+ "no-irregular-whitespace" : " off" ,
311+ "jsonc/no-irregular-whitespace" : " error" ,
310312 "no-trailing-spaces" : " error" ,
311313 "jsonc/comma-dangle" : [
312314 " error" ,
You can’t perform that action at this time.
0 commit comments