first commit
This commit is contained in:
24
mixitup-3.3.1/.jshintrc
Normal file
24
mixitup-3.3.1/.jshintrc
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"esnext": true,
|
||||
"-W030": true,
|
||||
"-W053": true,
|
||||
"-W084": true,
|
||||
"-W055": true,
|
||||
"-W069": true,
|
||||
"-W097": true,
|
||||
"-W087": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"laxbreak": true,
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"predef": [
|
||||
"window",
|
||||
"Promise",
|
||||
"define",
|
||||
"console",
|
||||
"describe",
|
||||
"after",
|
||||
"it"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user