github-markdown-css/.jshintrc
Sindre Sorhus 8f10b458e8 tweaks
2014-08-19 01:14:43 +02:00

14 lines
190 B
Plaintext

{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"immed": true,
"newcap": true,
"noarg": true,
"undef": true,
"unused": "vars",
"strict": true
}