mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-02 12:01:53 +08:00
Chore: update ESLint config
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
const noopfn = function () {
|
||||
};
|
||||
window.cxApi = {
|
||||
chooseVariation: function () {
|
||||
chooseVariation() {
|
||||
return 0;
|
||||
},
|
||||
getChosenVariation: noopfn,
|
||||
@@ -12,4 +13,4 @@
|
||||
setCookiePath: noopfn,
|
||||
setDomainName: noopfn
|
||||
};
|
||||
})();
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user