Files
mixitup-pagination/.jshintrc
2018-01-17 14:09:34 -05:00

19 lines
312 B
Plaintext

{
"-W030": true,
"-W053": true,
"-W084": true,
"-W055": true,
"-W069": true,
"-W097": true,
"undef": true,
"unused": true,
"laxbreak": true,
"node": true,
"browser": true,
"predef": [
"window",
"Promise",
"define",
"console"
]
}