github-markdown-css/.jshintrc

14 lines
190 B
Plaintext
Raw Normal View History

2014-05-08 02:02:46 +08:00
{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"immed": true,
"newcap": true,
"noarg": true,
"undef": true,
2014-08-19 07:14:43 +08:00
"unused": "vars",
"strict": true
2014-05-08 02:02:46 +08:00
}