node/deps/npm/node_modules/node-gyp/.jshintrc

8 lines
88 B
Plaintext
Raw Normal View History

2012-12-13 06:41:28 +08:00
{
"asi": true,
"laxcomma": true,
2013-07-12 23:56:59 +08:00
"es5": true,
2012-12-13 06:41:28 +08:00
"node": true,
"strict": false
}