beerchat_proxy/.jshintrc
NatureFreshMilk 9461be4dd5 jshint
2019-12-02 08:56:42 +01:00

9 lines
92 B
Plaintext

{
"undef": true,
"unused": true,
"esversion": 6,
"node": true,
"globals": {
}
}