diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-03 17:12:59 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-02-03 17:12:59 +0100 |
| commit | 0ef0c7b2c079e9cfe0e13f0be78dd28ab05237d1 (patch) | |
| tree | fe394cc15bc2c5f4cf9abeae0663defa33df1453 | |
| parent | 02ae5a2728430c69aca33b1874c80ee326da5eeb (diff) | |
| download | bootstrap-0ef0c7b2c079e9cfe0e13f0be78dd28ab05237d1.tar.xz bootstrap-0ef0c7b2c079e9cfe0e13f0be78dd28ab05237d1.zip | |
Remove comma first rule
Removes outdated coding style rule.
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d7b0fb6a..a01c8c0e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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" |
