mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-10 19:46:34 +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 = {
|
||||
extends: ['google'],
|
||||
extends: ['eslint:recommended', 'google'],
|
||||
env: {
|
||||
browser: true,
|
||||
webextensions: true,
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{ // Private namespace
|
||||
|
||||
const timeouted = window.utils.timeouted;
|
||||
const throwIfError = window.utils.throwIfError;
|
||||
|
||||
const errorJsonReplacer = function errorJsonReplacer(key, value) {
|
||||
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
window.apis.pacKitchen = {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user