Replies
@JavaScript - no unused vars - sorted import - no console, warning/error allowed - include prettier plugin
1
0
14
@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.
1
1
10
@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)
0
0
10