Skip to content

Commit 0c1bf25

Browse files
committed
Shut jscs up
Poked and prodded everything until jscs stopped complaining. So now we follow a code standard. Yay!
1 parent 73a8d78 commit 0c1bf25

20 files changed

+1087
-1061
lines changed

.jscs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"preset": "google",
3+
"maximumLineLength": 100
4+
}

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,10 @@ $ karma start karma.conf.js
158158
Contributing
159159
------------
160160

161-
**Heads up!** Sometime soon we will go over and change the code style to follow
162-
whatever [jscs](https://github.com/mdevils/node-jscs) says with preset set to 'google'.
161+
All contributions are welcome! We're trying to use
162+
[git flow](http://danielkummer.github.io/git-flow-cheatsheet/), so please base any merge request
163+
on the **development** branch instead of **master**.
163164

164-
All contributions are welcome! We're trying to use [git flow](http://danielkummer.github.io/git-flow-cheatsheet/), so please base any merge request on the **development** branch instead of **master**.
165+
Also run any code through the code style checker [jscs](https://github.com/mdevils/node-jscs)
166+
(or even better use it in your editor) with preset set to `google`. You can also us `gulp jscs` to
167+
check your code.

dist/bootstrap-datepicker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)