beerchat_proxy/.jshintrc

9 lines
92 B
Plaintext
Raw Normal View History

2019-12-02 08:56:42 +01:00
{
"undef": true,
"unused": true,
"esversion": 6,
"node": true,
"globals": {
}
}