This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
moonlight-skulk/tasks/.jshintrc

24 lines
426 B
Plaintext

{
"node" : true,
"browser": false,
"boss" : true,
"curly": true,
"debug": false,
"devel": false,
"eqeqeq": true,
"eqnull": true,
"forin": false,
"immed": false,
"laxbreak": false,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"plusplus": false,
"strict": false,
"sub": true,
"trailing": true,
"undef": true,
"white": false
}