habitica/.jshintrc
Denis Sokolov aa0ce6d866 feat(jshint): add initial config
This initial config mostly documents existing code style
by relaxing multiple options that are turned on by default.
2014-04-01 07:37:56 +03:00

12 lines
123 B
Text

{
"globals": {
"confirm": false
},
"browser": true,
"node": true,
"asi": true,
"boss": true,
"newcap": false,
}