Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/command-exists/.jshintrc
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

15 lines
209 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}