1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00
phorge-phorge/support/lint/node.jshintrc

25 lines
346 B
Text
Raw Permalink Normal View History

{
"bitwise": true,
"curly": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"expr": true,
"loopfunc": true,
"strict": true,
"sub": true,
"globals": {
"JX": true,
"__DEV__": false
},
"node": true
}