diff options
author | Devaev Maxim <[email protected]> | 2018-09-26 02:57:24 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-26 02:57:24 +0300 |
commit | 81a5311349564a1016c4af2bf18ae872b650e85b (patch) | |
tree | d01fd027948494e22ae2c14334b98c1515e5e8a4 /kvmd/eslintrc.yaml | |
parent | f3946f102fc167efdc53c73412b2c0d6ac6c72c5 (diff) |
moved kvmd to the root
Diffstat (limited to 'kvmd/eslintrc.yaml')
-rw-r--r-- | kvmd/eslintrc.yaml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/kvmd/eslintrc.yaml b/kvmd/eslintrc.yaml deleted file mode 100644 index 4e8535b0..00000000 --- a/kvmd/eslintrc.yaml +++ /dev/null @@ -1,43 +0,0 @@ -globals: - Atx: true - Hid: true - Keyboard: true - Mouse: true - Msd: true - Session: true - Stream: true - Ui: true - ui: true - tools: 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} |