Files
Zos/Skills/@be/node_modules/lie/.jshintrc

22 lines
342 B
Plaintext
Raw Normal View History

{
"node": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": "nofunc",
"strict": true,
"white": true,
"indent": 2,
"trailing": true,
"quotmark": "single",
"validthis": true,
"globals": {
"describe": true,
"it": true
},
"predef": [ "-Promise" ]
}