Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
node_modules/jszip/.jshintrc | 21 lines | 367 B | text/plain | TextLexer |
{
"curly": true,
"eqeqeq": true,
"nonew": true,
"noarg": true,
"forin": true,
"futurehostile": true,
"freeze": true,
"undef": true,
"strict": true,
"sub": true,
"esversion": 3,
"globals": {
"TextEncoder": false,
"TextDecoder": false,
"self": true
},
"browser": true,
"node": true
}