summaryrefslogtreecommitdiff
path: root/testenv/eslintrc.yaml
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-04-06 05:32:02 +0300
committerDevaev Maxim <[email protected]>2019-04-06 08:04:26 +0300
commit1d75b738a08c98a5d3d8ac3c685e77360f4c1267 (patch)
tree3aa89dc7fd0ab737e9332714a784e9d4dde0a362 /testenv/eslintrc.yaml
parent73e04b71ed55a46c939f12548b31746617af2bca (diff)
validators, tests
Diffstat (limited to 'testenv/eslintrc.yaml')
-rw-r--r--testenv/eslintrc.yaml45
1 files changed, 0 insertions, 45 deletions
diff --git a/testenv/eslintrc.yaml b/testenv/eslintrc.yaml
deleted file mode 100644
index 1e4a1f5b..00000000
--- a/testenv/eslintrc.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-globals:
- Atx: true
- Hid: true
- Keyboard: true
- Mouse: true
- Msd: true
- Session: true
- Streamer: true
- WindowManager: true
- wm: true
- tools: true
- checkBrowser: true
- "$": true
- "$$": true
- "$$$": true
-
-env:
- browser: true
- es6: true
-
-extends: "eslint:recommended"
-
-parserOptions:
- ecmaVersion: 6
-
-rules:
- indent:
- - error
- - tab
- - SwitchCase: 1
- linebreak-style:
- - error
- - unix
- quotes:
- - error
- - double
- semi:
- - error
- - always
- comma-dangle:
- - error
- - always-multiline
- no-unused-vars:
- - error
- - {vars: local, args: after-used}