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.
core/vendor/desandro/imagesloaded/.jshintrc
2018-12-02 10:14:37 +01:00

13 lines
177 B
Plaintext

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