An error occurred while loading the file. Please try again.
.eslintrc.js 159 bytes
module.exports = {
    "extends": "standard",
    "globals": {
        "Blob": true,
        "URL": true,
        "Apex": true,
        "screen": true
};