diff options
author | Devaev Maxim <[email protected]> | 2018-11-16 09:25:39 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-16 09:25:39 +0300 |
commit | cd6e490d0f68147980dcf62bea5aace1b05d59e6 (patch) | |
tree | 76cb1a6f66ca4b50236333588c51190570c418ef /eslintrc.yaml | |
parent | 17c6b9e31f9910c30ac660476e7bed8103f3935e (diff) |
moved tox to testenv
Diffstat (limited to 'eslintrc.yaml')
-rw-r--r-- | eslintrc.yaml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/eslintrc.yaml b/eslintrc.yaml deleted file mode 100644 index 8c3d07f9..00000000 --- a/eslintrc.yaml +++ /dev/null @@ -1,44 +0,0 @@ -globals: - Atx: true - Hid: true - Keyboard: true - Mouse: true - Msd: true - Session: true - Streamer: true - Ui: true - ui: true - tools: true - check_browser: 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} |