blowfish/node_modules/packery/test/.jshintrc

12 lines
186 B
Text
Raw Normal View History

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