Files
config-pacs-docker/nv/html/dwv/.jshintrc
2025-02-26 14:49:25 +07:00

14 lines
202 B
Plaintext

{
"browser": true,
"devel": true,
"jquery": true,
"unused": true,
"undef": true,
"globals": {
"dwv": true
},
"curly": true,
"newcap": true,
"indent": 4
}