mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
23 lines
481 B
Text
23 lines
481 B
Text
|
|
globals:
|
||
|
|
# TODO: Maybe this should be by file
|
||
|
|
BrowserApp: false
|
||
|
|
Cc: false
|
||
|
|
Ci: false
|
||
|
|
Cu: false
|
||
|
|
NativeWindow: false
|
||
|
|
PageActions: false
|
||
|
|
ReaderMode: false
|
||
|
|
SimpleServiceDiscovery: false
|
||
|
|
TabMirror: false
|
||
|
|
MediaPlayerApp: false
|
||
|
|
RokuApp: false
|
||
|
|
SearchEngines: false
|
||
|
|
ConsoleAPI: true
|
||
|
|
Point: false
|
||
|
|
Rect: false
|
||
|
|
|
||
|
|
rules:
|
||
|
|
# Disabled stuff
|
||
|
|
no-console: 0 # TODO: Can we use console?
|
||
|
|
no-cond-assign: 0
|
||
|
|
no-fallthrough: 0
|