diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/linters/eslintrc.yaml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/testenv/linters/eslintrc.yaml b/testenv/linters/eslintrc.yaml index 1567c256..66779d8f 100644 --- a/testenv/linters/eslintrc.yaml +++ b/testenv/linters/eslintrc.yaml @@ -1,20 +1,3 @@ -globals: - Atx: true - Hid: true - Keyboard: true - Mouse: true - Msd: true - Session: true - Streamer: true - Keypad: true - WindowManager: true - wm: true - tools: true - checkBrowser: true - "$": true - "$$": true - "$$$": true - env: browser: true es6: true @@ -23,6 +6,7 @@ extends: "eslint:recommended" parserOptions: ecmaVersion: 6 + sourceType: module rules: indent: |