Changes between Initial Version and Version 1 of Ticket #35007, comment 4
- Timestamp:
- Nov 30, 2023, 11:32:07 AM (12 months ago)
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).1 We 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). 2 2 3 3 It 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.