What are some must-haves in your linter config?


- no unused vars - sorted import - no console, warning/error allowed - include prettier plugin


There are a lot of them but everything that makes the code easier for reading is useful. For example, spaces around brackets and line under 100 characters are my must to have configs.


"off" or 0 - turn the rule off "warn" or 1 - turn the rule on as a warning (doesn't affect exit code) "error" or 2 - turn the rule on as an error (exit code is 1 when triggered)


“react-hooks/exhaustive-deps”: “off”


Coding in TS instead of JS👍


💻 no-magic-numbers 💻


semi-colons, I can’t be asked to write them in myself


2 tabs(1 in the morning, other in the evening)👀


Who has the best OOP course for javascritp?? Free recommended


Idk what that is yet I'm still learning :(


United States 트렌드
Loading...

Something went wrong.


Something went wrong.