mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Lint with google and fix a potential bug
This commit is contained in:
parent
f20da20e48
commit
a606d25227
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
extends: ['google'],
|
extends: ['eslint:recommended', 'google'],
|
||||||
env: {
|
env: {
|
||||||
browser: true,
|
browser: true,
|
||||||
webextensions: true,
|
webextensions: true,
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{ // Private namespace
|
{ // Private namespace
|
||||||
|
|
||||||
const timeouted = window.utils.timeouted;
|
const timeouted = window.utils.timeouted;
|
||||||
|
const throwIfError = window.utils.throwIfError;
|
||||||
|
|
||||||
const errorJsonReplacer = function errorJsonReplacer(key, value) {
|
const errorJsonReplacer = function errorJsonReplacer(key, value) {
|
||||||
|
|
||||||
|
|
|
@ -158,7 +158,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
||||||
window.apis.pacKitchen = {
|
window.apis.pacKitchen = {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user