Add Insight save and register
This commit is contained in:
parent
6af23a995e
commit
5d980af518
9 changed files with 168 additions and 43 deletions
15
.jshint
Normal file
15
.jshint
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"freeze": true,
|
||||
"indent": 2,
|
||||
"newcap": true,
|
||||
"quotmark": "single",
|
||||
"maxdepth": 3,
|
||||
"maxstatements": 15,
|
||||
"maxlen": 80,
|
||||
"eqnull": true,
|
||||
"funcscope": true,
|
||||
"node": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue