This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/vendor/desandro/imagesloaded/.jshintrc

13 lines
177 B
Plaintext

{
"browser": true,
"curly": true,
"newcap": false,
"strict": true,
"undef": true,
"unused": true,
"globals": {
"imagesLoaded": false,
"QUnit": false
}
}