asdf-games/node_modules/connect-pushstate/.jshintrc

18 lines
248 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"globals": {
"describe": true,
"it": true
}
}