mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
pt 1 in reviving the android build (copied from pm 28a1, wish me luck)
This commit is contained in:
parent
efa9662725
commit
d7788a6d6d
4249 changed files with 468189 additions and 0 deletions
23
mobile/android/chrome/content/.eslintrc
Normal file
23
mobile/android/chrome/content/.eslintrc
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue