blowfish/node_modules/packery/test/.jshintrc

12 lines
186 B
Text
Raw Normal View History

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