Files
blowfish/node_modules/packery/.jshintrc
Nuno Coração 5fb4bd8083 config redirect
2023-01-29 22:30:24 +00:00

11 lines
133 B
Plaintext

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