Added jshint
parent
7553ccff68
commit
d5125f875d
@ -0,0 +1,5 @@
|
||||
node_modules/
|
||||
www/bower_components/
|
||||
www/code/codemirror-5.7/
|
||||
www/code/mode/
|
||||
www/code/codemirror.js
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"laxcomma": true,
|
||||
"laxbreak": true,
|
||||
"node": true,
|
||||
"sub": true
|
||||
}
|
Loading…
Reference in New Issue