mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
using js modules
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user