Remove comma first rule

Removes outdated coding style rule.
This commit is contained in:
Zlatan Vasović 2014-02-03 17:12:59 +01:00
parent 02ae5a2728
commit 0ef0c7b2c0
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ license your work under the terms of the [MIT License](LICENSE.md).
### JS
- No semicolons
- Comma first
- 2 spaces (no tabs)
- strict mode
- "Attractive"