blowfish/node_modules/packery/.jshintrc

11 lines
133 B
Text
Raw Normal View History

2023-01-29 16:30:24 -06:00
{
"browser": true,
"devel": false,
"strict": true,
"undef": true,
"unused": true,
"globals": {
"Packery": true
}
}