 Issue 29730644:
  Issue 6514 - IOToggle Custom Element  (Closed)
    
  
    Issue 29730644:
  Issue 6514 - IOToggle Custom Element  (Closed) 
  | Index: .eslintrc.json | 
| =================================================================== | 
| --- a/.eslintrc.json | 
| +++ b/.eslintrc.json | 
| @@ -1,11 +1,13 @@ | 
| { | 
| "extends": "eslint-config-eyeo", | 
| "root": true, | 
| "env": { | 
| "browser": true, | 
| "webextensions": true | 
| }, | 
| "globals": { | 
| - "ext": true | 
| + "ext": true, | 
| + "require": true, | 
| + "module": true | 
| } | 
| } |