1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-02-23 20:20:36 +07:00
setup-python/node_modules/estraverse/.jshintrc
Danny McCormick 39c08a0eaa Initial pass
2019-06-26 21:12:00 -04:00

17 lines
242 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"eqnull": true,
"latedef": true,
"noarg": true,
"noempty": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"node": true
}