1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 04:40:05 +02:00
Files
gitlit/app/node_modules/electron-is-accelerator/.jshintrc
2019-06-06 15:44:24 +02:00

10 lines
140 B
Plaintext

{
"undef": true,
"unused": "vars",
"browser": true,
"node": true,
"eqnull": true,
"esnext": true,
"indent": 4
}