Skip to content

Commit

Permalink
Shut jscs up
Browse files Browse the repository at this point in the history
Poked and prodded everything until jscs stopped complaining. So now we
follow a code standard. Yay!
  • Loading branch information
davidlgj committed Aug 19, 2014
1 parent 73a8d78 commit 0c1bf25
Show file tree
Hide file tree
Showing 20 changed files with 1,087 additions and 1,061 deletions.
4 changes: 4 additions & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"preset": "google",
"maximumLineLength": 100
}
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ $ karma start karma.conf.js
Contributing
------------

**Heads up!** Sometime soon we will go over and change the code style to follow
whatever [jscs](https://github.com/mdevils/node-jscs) says with preset set to 'google'.
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**.

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**.
Also run any code through the code style checker [jscs](https://github.com/mdevils/node-jscs)
(or even better use it in your editor) with preset set to `google`. You can also us `gulp jscs` to
check your code.
2 changes: 1 addition & 1 deletion dist/bootstrap-datepicker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c1bf25

Please sign in to comment.