mirror of
https://github.com/actions/setup-python.git
synced 2025-06-21 19:47:57 +02:00
Initial pass
This commit is contained in:
14
node_modules/exit/.jshintrc
generated
vendored
Normal file
14
node_modules/exit/.jshintrc
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"latedef": "nofunc",
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"sub": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"node": true
|
||||
}
|
Reference in New Issue
Block a user