Initial commit
This commit is contained in:
commit
72cc110fff
4 changed files with 84 additions and 0 deletions
9
.jshintrc
Normal file
9
.jshintrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"undef": true,
|
||||
"unused": "vars",
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"eqnull": true,
|
||||
"esnext": true,
|
||||
"indent": 4
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue