Skip to content

Commit

Permalink
Added lint support.
Browse files Browse the repository at this point in the history
  • Loading branch information
borismus committed Aug 9, 2015
1 parent ab70e43 commit 1505c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"preset": "google",
"maximumLineLength": 120
}
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ default:
watch:
watchify src/main.js -v -d -o build/webvr-polyfill.js

clean:
rm build/webvr-polyfill.js
rmdir build
lint:
jscs src/*.js

0 comments on commit 1505c04

Please sign in to comment.