不要怂,就是干,撸起袖子干!

Commit 55e21437 by Mick Hansen

add .jshintrc file

1 parent 2e093af9
Showing with 25 additions and 3 deletions
...@@ -4,5 +4,4 @@ test*.js ...@@ -4,5 +4,4 @@ test*.js
.DS_STORE .DS_STORE
node_modules node_modules
npm-debug.log npm-debug.log
*~ *~
.jshintrc \ No newline at end of file
\ No newline at end of file
{
"globals": {
"jasmine": false,
"spyOn": false,
"it": false,
"console": false,
"describe": false,
"expect": false,
"beforeEach": false,
"waits": false,
"waitsFor": false,
"runs": false
},
"camelcase": true,
"curly": true,
"forin": true,
"indent": 2,
"unused": true,
"asi": true,
"evil": false,
"laxcomma": true
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!