3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2025-02-22 09:43:59 +01:00
setup-node/node_modules/shelljs/.jshintrc

7 lines
88 B
Text
Raw Normal View History

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