3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2024-11-24 19:19:32 +01:00
setup-node/node_modules/shelljs/.jshintrc

7 lines
88 B
Text
Raw Normal View History

2019-08-04 03:49:54 +02:00
{
"loopfunc": true,
"sub": true,
"undef": true,
"unused": true,
"node": true
}