1. Delete unreachable code or refactor the code to make it reachable. 2. Unexpected var, use let or const instead. 3. Remove useless assignment to variable. 4. Define a constant instead of duplicating the literal 5. Remove commented out code |
||
---|---|---|
.. | ||
binary_path.ui.js | ||
membership.ui.js | ||
options.ui.js | ||
privilege.ui.js | ||
sec_label.ui.js | ||
server.js | ||
server.ui.js | ||
vacuum.ui.js | ||
variable.ui.js |