Dot files
This commit is contained in:
parent
7e38c79ef0
commit
6d938dad4d
|
|
@ -1,3 +1,5 @@
|
|||
node_modules
|
||||
logs
|
||||
*.pid
|
||||
*.pid
|
||||
examples/*.js
|
||||
bower_components/
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"asi": true,
|
||||
"browser": true,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"expr": true,
|
||||
"jquery": true,
|
||||
"latedef": "nofunc",
|
||||
"laxbreak": true,
|
||||
"nonbsp": true,
|
||||
"strict": false,
|
||||
"globalstrict": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"esversion": 6,
|
||||
"predef": ["$", "jQuery", "localStorage", "window", "document", "location", "console", "moment", "_", "Focuxy"]
|
||||
}
|
||||
Loading…
Reference in New Issue