initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
35
github/codeql-action-v1/node_modules/is-error/.jshintrc
generated
vendored
Normal file
35
github/codeql-action-v1/node_modules/is-error/.jshintrc
generated
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"bitwise": false,
|
||||
"camelcase": true,
|
||||
"curly": false,
|
||||
"eqeqeq": true,
|
||||
"forin": true,
|
||||
"immed": true,
|
||||
"indent": 4,
|
||||
"latedef": "nofunc",
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"nonew": true,
|
||||
"plusplus": false,
|
||||
"quotmark": false,
|
||||
"regexp": false,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"strict": false,
|
||||
"trailing": true,
|
||||
"node": true,
|
||||
"noempty": true,
|
||||
"maxdepth": 4,
|
||||
"maxparams": 4,
|
||||
"newcap": false,
|
||||
"globalstrict": true,
|
||||
"shadow": "outer",
|
||||
"globals": {
|
||||
"console": true,
|
||||
"Buffer": true,
|
||||
"setTimeout": true,
|
||||
"clearTimeout": true,
|
||||
"setInterval": true,
|
||||
"clearInterval": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue