auth_proxy_app/.jshintrc

7 lines
72 B
Plaintext
Raw Normal View History

2020-01-06 11:46:14 +01:00
{
"undef": true,
"unused": true,
"esversion": 6,
"node": true
}