GT2/GT2-iOS/node_modules/argsarray/.jshintrc

15 lines
235 B
Plaintext
Raw Normal View History

2018-02-12 17:26:06 +00:00
{
"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"
}