blowfish/node_modules/packery/.jshintrc
2023-01-29 22:30:24 +00:00

10 lines
133 B
Text

{
"browser": true,
"devel": false,
"strict": true,
"undef": true,
"unused": true,
"globals": {
"Packery": true
}
}