diff options
author | Devaev Maxim <[email protected]> | 2018-08-13 03:56:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-13 03:56:05 +0300 |
commit | b2a05bd1abec6b0d95149a6b7716d2fb7951d4ad (patch) | |
tree | 670e0628ace8d9728826af938390edb06cb0970c /kvmd/eslintrc.yaml | |
parent | 798bc37fcec208c247e0730c0e37735205bb6dcf (diff) |
refactoring
Diffstat (limited to 'kvmd/eslintrc.yaml')
-rw-r--r-- | kvmd/eslintrc.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kvmd/eslintrc.yaml b/kvmd/eslintrc.yaml index 4880085d..74240a54 100644 --- a/kvmd/eslintrc.yaml +++ b/kvmd/eslintrc.yaml @@ -1,13 +1,13 @@ globals: - atx: true - hid: true - keyboard: true - mouse: true - msd: true - session: true - stream: true + Atx: true + Hid: true + Keyboard: true + Mouse: true + Msd: true + Session: true + Stream: true + Ui: true tools: true - ui: true "$": true "$$": true |