Changes between Initial Version and Version 1 of Ticket #35007, comment 4


Ignore:
Timestamp:
Nov 30, 2023, 11:32:07 AM (6 months ago)
Author:
Tom Carrick

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35007, comment 4

    initial v1  
    1 We can have some discussion about whether ESLint's formatting rules are enough, but I don't think they are. For example, they don't seem to catch obvious whitespace issues (whitespace only lines in SelectFilter2.js, whitespace at end of line in RelatedObjectLookups.js I found in the first two files I opened, so there are probably others).
     1We can have some discussion about whether ESLint's formatting rules are enough, but I don't think they are (at least the current ones). For example, they don't seem to catch obvious whitespace issues (whitespace only lines in SelectFilter2.js, whitespace at end of line in RelatedObjectLookups.js I found in the first two files I opened, so there are probably others).
    22
    33It was suggested in the forum post to use ESLint only for linting, and use prettier for formatting, and I think this is a good idea.
Back to Top