mirror of
https://github.com/actions/setup-node.git
synced 2025-09-18 04:33:58 +08:00
Use husky
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