Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/.eslintrc.json

Issue 29545700: Issue 5685 - Pass ESLint (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Created Sept. 15, 2017, 7:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/.eslintrc.json
===================================================================
--- a/lib/.eslintrc.json
+++ b/lib/.eslintrc.json
@@ -4,11 +4,17 @@
},
"globals": {
"console": true,
"setTimeout": true,
"_triggerEvent": true,
"_appInfo": true,
"_fileSystem": true,
"_webRequest": true,
- "_preconfiguredPrefs": true
+ "_preconfiguredPrefs": true,
+ "onShutdown": true,
+ "extractHostFromURL": true,
+ "isThirdParty": true,
+ "Cu": true,
+ "Cc": true,
+ "Ci": true
sergei 2017/09/18 07:59:04 Is it necessary to have Cc and Ci for libadblockpl
hub 2017/09/18 12:43:04 not in here, indeed.
}
}

Powered by Google App Engine
This is Rietveld