botbook/node_modules/valid-url/.jshintrc

7 lines
70 B
Text
Raw Normal View History

2024-09-04 13:13:15 -03:00
{
"node" : true,
"undef": true,
"unused": true,
"indent": 4
}