toss / suspensive

Manage asynchronous operations, timing, error handling and detecting intersection of elements easily (one of TanStack Query's community resources)
https://suspensive.org
MIT License
528 stars 51 forks source link

tsconfig allowJS & eslint all js check #1332

Open manudeli opened 1 week ago

manudeli commented 1 week ago
          I respect your opinion, and I believe that excluding checks for .js files in ESLint settings might be a somewhat regrettable choice. ESLint provides various rules that help maintain code conventions, and these rules still hold significant meaning for files that do not use TypeScript. For example, rules like import/order and prettier can greatly enhance code readability and maintain consistency within the project. From this perspective, I think it is more desirable to apply ESLint checks to all files.

_Originally posted by @SEOKKAMONI in https://github.com/toss/suspensive/pull/1326#discussion_r1807385579_

coauthors[bot] commented 1 week ago

People can be co-author:

Candidate Reasons Count Add this as commit message
@manudeli https://github.com/toss/suspensive/issues/1332 1 Co-authored-by: manudeli <61593290+manudeli@users.noreply.github.com>