.eslintrc.js 159 B

123456789
  1. module.exports = {
  2. "extends": "standard",
  3. "globals": {
  4. "Blob": true,
  5. "URL": true,
  6. "Apex": true,
  7. "screen": true
  8. }
  9. };