|
@ -142,7 +142,7 @@ However, there are still some styles that the linter cannot pick up. If you are |
|
|
* 2 spaces for indentation (no tabs) |
|
|
* 2 spaces for indentation (no tabs) |
|
|
* Prefer `'` over `"` |
|
|
* Prefer `'` over `"` |
|
|
* `'use strict';` |
|
|
* `'use strict';` |
|
|
* 80 character line length (**except documentation**) |
|
|
* 120 character line length (**except documentation**) |
|
|
* Write "attractive" code |
|
|
* Write "attractive" code |
|
|
* Do not use the optional parameters of `setTimeout` and `setInterval` |
|
|
* Do not use the optional parameters of `setTimeout` and `setInterval` |
|
|
|
|
|
|
|
|