Post

@JavaScript 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.
English

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

@JavaScript "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)
English

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

@JavaScript Who has the best OOP course for javascritp?? Free recommended
English










