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 ],
302301 " *.json5"
303302 ],
304303 "extends" : [
305- " plugin:jsonc/recommended-with-jsonc "
304+ " plugin:jsonc/recommended-with-json5 "
306305 ],
307306 "rules" : {
308- "no-irregular-whitespace" : " error" ,
307+ // The ESLint core no-irregular-whitespace rule doesn't work well in JSON
308+ // See: https://ota-meshi.github.io/eslint-plugin-jsonc/rules/no-irregular-whitespace.html
309+ "no-irregular-whitespace" : " off" ,
310+ "jsonc/no-irregular-whitespace" : " error" ,
309311 "no-trailing-spaces" : " error" ,
310312 "jsonc/comma-dangle" : [
311313 " error" ,
You can’t perform that action at this time.
0 commit comments